Am Samstag 31 Januar 2009 14:12:24 schrieb Dmitry Bely: > I am trying to use JWASM (http://www.japheth.de/JWasm.html) with CMake > 2.6.2 to do rather unusual thing: cross-compile a C++ project with > MASM-syntax .asm files for Linux under Windows. JWASM itself emulates > MASM excellently and has no problem generating COFF or ELF files but > now CMake comes into play. > > First of all, I added JWASM config files into CMake: > > *** CMakeASM_JWASMInformation.cmake > SET(ASM_DIALECT "_JWASM")
Should that be "_MASM" if it uses the same syntax as masm? HS _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
