[CMake] MSVC Manifest
Christian Verbeek
verbeek at in.tum.de
Tue Jul 4 08:54:12 EDT 2006
I need to link my dlls on windows without manifest. The linker option is
/MANIFEST:NO
So in my top level CMakeLists.txt I wrote
IF( WIN32 )
SET(
CMAKE_SHARED_LINKER_FLAGS
/MANIFEST:NO
)
ENDIF( WIN32 )
The property page "Linker/Command Line" of my project in msvc now shows
as additional options:
/MACHINE:I386 /MANIFEST:NO
but All options shows:
/MANIFEST
/MANIFESTFILE:"counter.dir\Release\counter.dll.intermediate.manifest"
Is there a way to get rid of the Manifest?
Regards
Chris
--
___________________________________________
Dr. Christian Verbeek
Postanschrift:
Technische Universitaet Muenchen
Fakultaet für Informatik, I6
Boltzmannstrasse 3
D-85748 Garching bei Muenchen
Germany
Tel: +49 89 289 18111
Mobile: +49 160 7056589
Fax: +49 89 289 18107
e-mail: verbeek at in.tum.de
____________________________________________
More information about the CMake
mailing list