I'm trying to build a version of the swt.jar file that contains support for 64 bit JVM's. The complication is that i also need xulrunner support for this as well.
So i've downloaded the src.zip file and tried to start building the 32 bit version as a confidence building effort.
I have got the environment set up so i can build the first four files (swt_win_xxx.dll, swt-wgl-win32-xxxx.dll, swt-gdip-win32-xxxx.dll, swt-awt-win32-4307) however I have run into a brick wall in that i cannot even build the swt_xulrunner_xxxx.dll because of xpcom.cpp etc. being missing.
Does anyone know what i'm missing here. I know i need some extra packages but i have no idea what they are or how to find them.
Has anyone tried to do this?
Is anyone aware of issues that will prevent me from building a 64 bit version?