Re: [CMake] JWASM support

2009-02-09 Thread Alexander Neundorf
On Friday 06 February 2009, Dmitry Bely wrote: > On Tue, Feb 3, 2009 at 11:22 PM, Alexander Neundorf > > wrote: > > On Tuesday 03 February 2009, Hendrik Sattler wrote: > >> Dmitry Bely schrieb: > >> >> If you use a toolchain file because you are cross-compiling, then you > >> >> do not have this p

Re: [CMake] JWASM support

2009-02-06 Thread Dmitry Bely
On Tue, Feb 3, 2009 at 11:22 PM, Alexander Neundorf wrote: > On Tuesday 03 February 2009, Hendrik Sattler wrote: >> Dmitry Bely schrieb: >> >> If you use a toolchain file because you are cross-compiling, then you do >> >> not have this problem. >> > >> > I would like to use the same CMakeLists.txt

Re: [CMake] JWASM support

2009-02-03 Thread Alexander Neundorf
On Tuesday 03 February 2009, Hendrik Sattler wrote: > Dmitry Bely schrieb: > >> If you use a toolchain file because you are cross-compiling, then you do > >> not have this problem. > > > > I would like to use the same CMakeLists.txt for native Win32 and > > cross-compiled Linux build. How to select

Re: [CMake] JWASM support

2009-02-03 Thread Hendrik Sattler
Dmitry Bely schrieb: >> If you use a toolchain file because you are cross-compiling, then you do >> not have this problem. > > I would like to use the same CMakeLists.txt for native Win32 and > cross-compiled Linux build. How to select the desired assembler then? Just like you select the C compil

Re: [CMake] JWASM support

2009-02-03 Thread Dmitry Bely
On Tue, Feb 3, 2009 at 4:43 PM, Hendrik Sattler wrote: > Dmitry Bely schrieb: >> On Tue, Feb 3, 2009 at 1:09 AM, Alexander Neundorf >> wrote: >>> On Saturday 31 January 2009, Dmitry Bely wrote: I am trying to use JWASM (http://www.japheth.de/JWasm.html) with CMake 2.6.2 to do rather unu

Re: [CMake] JWASM support

2009-02-03 Thread Hendrik Sattler
Dmitry Bely schrieb: > On Tue, Feb 3, 2009 at 1:09 AM, Alexander Neundorf > wrote: >> On Saturday 31 January 2009, Dmitry Bely wrote: >>> 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 .a

Re: [CMake] JWASM support

2009-02-03 Thread Dmitry Bely
On Tue, Feb 3, 2009 at 1:09 AM, Alexander Neundorf wrote: > On Saturday 31 January 2009, Dmitry Bely wrote: >> 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 Wind

Re: [CMake] JWASM support

2009-02-02 Thread Hendrik Sattler
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

Re: [CMake] JWASM support

2009-02-02 Thread Alexander Neundorf
On Saturday 31 January 2009, Dmitry Bely wrote: > 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. Hmm, if it is able to build masm files I think it should

[CMake] JWASM support

2009-01-31 Thread 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 p