Re: [CMake] How to inform the linker of segment properties

2010-12-14 Thread Rolf Eike Beer
> I am building a Windows DLL that has some of its global variables > allocated in a special shared memory segment. > > In order to inform the linker (VS Express 2008) about the segment's > properties, I need to provide the following command-line parameter to the > linker: > > /SECTION:.shared,RW

[CMake] How to inform the linker of segment properties

2010-12-14 Thread Steven Knock
I am building a Windows DLL that has some of its global variables allocated in a special shared memory segment. In order to inform the linker (VS Express 2008) about the segment's properties, I need to provide the following command-line parameter to the linker: /SECTION:.shared,RWS Could anyone