Cross Compiling for Windows
From DiracWiki
The schroedinger and liboil libraries can be compiled for the win32 platform quite painlessly using a cross compiler on linux.
The mingw32 set of packages on ubuntu or debian derived systems contain everything that is required. A script called 'build_win32_sdk' in the tools directory of the schroedinger source tree will produce a zipped binary package containing schroedinger, liboil and all the required include files ready to deploy on a win32 machine.
Development of actual win32 applications can then continue on the win32 platform using either the Microsoft development tools, or gcc based systems such as MinGW or Cygwin.
test
