XuvTools is developed in a cooperative effort from:
  • Chair of Pattern Recognition and Image Processing [www]
  • Friedrich Miescher Institute for Biomedical Research [www]
  • Center for Biological Systems Analysis [www]
 

Differences

This shows you the differences between two versions of the page.

devel:windows_build_systems_compilers [2010/07/17 15:44]
mario created
devel:windows_build_systems_compilers [2010/07/17 15:47] (current)
mario updated nmake
Line 25: Line 25:
Afterwards you need to use perl, if you want to build for x64, because qmake doesn't support the x64 target. Afterwards you need to use perl, if you want to build for x64, because qmake doesn't support the x64 target.
 +
 +==== Visual Studio NMAKE ====
 +
 +  * Use something like "VCExpress.exe /Useenv <slnfile>" to compile
 +  * Can use the NMAKE replacement "jom.exe" from Nokia Qt to build in parallel
 +
 +Leave away the qmake option "-tp vc" to generate Makefiles for NMAKE
 +<code>
 +qmake
 +</code>
 +
 +The x64 platform still causes problems, because qmake doesn't support the x64 target. The linker complains that the machine type and target type differ (x86 vs x64).
==== MinGW ==== ==== MinGW ====
devel/windows_build_systems_compilers.txt · Last modified: 2010/07/17 15:47 by mario
Contact: mario(a)xuvtools.org