Re: [CMake] assembly files with masm in vs2005 64bit

2008-11-05 Thread Alexander Neundorf
On Wednesday 05 November 2008, Bill Hoffman wrote: > Alexander Neundorf wrote: ... > > What do you think about adding the files which add support for masm > > (using the Makefile generators) without having it supported by the VS > > generators yet ? > > > > Can I commit or don't you want to have th

Re: [CMake] assembly files with masm in vs2005 64bit

2008-11-04 Thread Bill Hoffman
Alexander Neundorf wrote: Hi Bill, On Friday 31 October 2008, Bill Hoffman wrote: ... I don't have specific plans. The first place to start would be to create a project via the IDE and see what it looks like. It might be really easy to do. I am not sure. What do you think about adding the

Re: [CMake] assembly files with masm in vs2005 64bit

2008-11-04 Thread Alexander Neundorf
Hi Bill, On Friday 31 October 2008, Bill Hoffman wrote: ... > I don't have specific plans. The first place to start would be to > create a project via the IDE and see what it looks like. It might be > really easy to do. I am not sure. What do you think about adding the files which add support

Re: [CMake] assembly files with masm in vs2005 64bit

2008-10-31 Thread Bill Hoffman
Bram de Greve wrote: Hi Bill, Alex, I tried getting it building using custom commands, but that seems to mean of adding an obj file as "source file" (read: being listed in the project file) that gets customly build with an assembler. Apart from being ugly, it didn't seem to work either. But

Re: [CMake] assembly files with masm in vs2005 64bit

2008-10-31 Thread Bram de Greve
Hi Bill, Alex, I tried getting it building using custom commands, but that seems to mean of adding an obj file as "source file" (read: being listed in the project file) that gets customly build with an assembler. Apart from being ugly, it didn't seem to work either. But in retrospect, that might

Re: [CMake] assembly files with masm in vs2005 64bit

2008-10-30 Thread Bill Hoffman
Alexander Neundorf wrote: On Wednesday 29 October 2008, Bill Hoffman wrote: Bram de Greve wrote: So thumbs up for the nmake side of the story. Thanks for your help. So, now there's only the visual studio project generation left ... Can this be fixed on script level as well? Or does it need "

Re: [CMake] assembly files with masm in vs2005 64bit

2008-10-29 Thread Alexander Neundorf
On Wednesday 29 October 2008, Bill Hoffman wrote: > Bram de Greve wrote: > > So thumbs up for the nmake side of the story. Thanks for your help. > > > > So, now there's only the visual studio project generation left ... > > Can this be fixed on script level as well? Or does it need "binary > > in

Re: [CMake] assembly files with masm in vs2005 64bit

2008-10-29 Thread Bill Hoffman
Bram de Greve wrote: So thumbs up for the nmake side of the story. Thanks for your help. So, now there's only the visual studio project generation left ... Can this be fixed on script level as well? Or does it need "binary intervention" ? I am pretty sure, this would require C++ changes

Re: [CMake] assembly files with masm in vs2005 64bit

2008-10-29 Thread Bram de Greve
Hi Alex, 2008/10/28 Alexander Neundorf <[EMAIL PROTECTED]> > Hi Bram, > > > That still leaves open the issue of the visual studio projects not > > including any build rule for the assembly. So it's not a build rule that > > fails, but it is simply missing ... > > Hmm, I think Bill or Brad can he

Re: [CMake] assembly files with masm in vs2005 64bit

2008-10-28 Thread Alexander Neundorf
Hi Bram, On Tuesday 28 October 2008, Bram de Greve wrote: ... > Hi Alex, > > On the nmake front: the problem with the unresolved symbols is one of > building a DLL instead of static library, and the symbols don't get > exported ... So, at least, I'm successful at using masm with nmake. > > That s

Re: [CMake] assembly files with masm in vs2005 64bit

2008-10-28 Thread Bram de Greve
> > > Message: 7 > Date: Mon, 27 Oct 2008 23:06:22 +0100 > From: Alexander Neundorf <[EMAIL PROTECTED]> > Subject: Re: [CMake] assembly files with masm in vs2005 64bit > To: cmake@cmake.org > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; chars

Re: [CMake] assembly files with masm in vs2005 64bit

2008-10-27 Thread Alexander Neundorf
Hi Bram, On Monday 27 October 2008, Bram de Greve wrote: > Hi Alexander, ... > - Then it dawned to me that there were other places to replace -MASM by > _MASM: in enable_language, when setting the asm file's language property, > and also in the filenames of the cmake files you gave me. > - Now, bu

Re: [CMake] assembly files with masm in vs2005 64bit

2008-10-27 Thread Bram de Greve
Hi Alexander, Thanks for your quick response! 2008/10/24 Alexander Neundorf <[EMAIL PROTECTED]> > On Friday 24 October 2008, Alexander Neundorf wrote: > > > > Yes, I think you're the first one who tries that. > > > Alright! =) > > > > This is the custom build step I need to perform (copy past

Re: [CMake] assembly files with masm in vs2005 64bit

2008-10-24 Thread Alexander Neundorf
On Friday 24 October 2008, Alexander Neundorf wrote: > On Friday 24 October 2008, Bram de Greve wrote: > > Hi, > > > > I'm trying to build some library with vs2005 64bit using CMake. This > > library uses some assembly and as the 64 bit mode of vs2005 doesn't > > support inline assembly, and exter

Re: [CMake] assembly files with masm in vs2005 64bit

2008-10-24 Thread Alexander Neundorf
On Friday 24 October 2008, Bram de Greve wrote: > Hi, > > I'm trying to build some library with vs2005 64bit using CMake. This > library uses some assembly and as the 64 bit mode of vs2005 doesn't support > inline assembly, and external call to MASM is necessary. However, I'm > having troubles ge

[CMake] assembly files with masm in vs2005 64bit

2008-10-24 Thread Bram de Greve
Hi, I'm trying to build some library with vs2005 64bit using CMake. This library uses some assembly and as the 64 bit mode of vs2005 doesn't support inline assembly, and external call to MASM is necessary. However, I'm having troubles getting this working. I've googled on cmake + masm, but that