Revision: 42039
http://brlcad.svn.sourceforge.net/brlcad/?rev=42039&view=rev
Author: starseeker
Date: 2011-01-08 17:39:44 +0000 (Sat, 08 Jan 2011)
Log Message:
-----------
Try adding nologo to some more variables, although I'm not sure these will have
much/any impact - the most annoying one currently is the Resource Compiler,
which cannot be suppressed:
http://social.msdn.microsoft.com/Forums/en/windowssdk/thread/88bd1f52-af7d-4aa7-982a-f8798b32288d
Modified Paths:
--------------
brlcad/branches/cmake/CMakeLists.txt
Modified: brlcad/branches/cmake/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/CMakeLists.txt 2011-01-08 16:57:33 UTC (rev
42038)
+++ brlcad/branches/cmake/CMakeLists.txt 2011-01-08 17:39:44 UTC (rev
42039)
@@ -954,8 +954,11 @@
# Before we finalize, set some specific global compiler flags
IF(MSVC)
- SET(CMAKE_C_FLAGS ${CMAKE_C_FLAGS} -nologo -c -W3
-D_CRT_SECURE_NO_WARNINGS)
- SET(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} -nologo -c -W3
-D_CRT_SECURE_NO_WARNINGS)
+ SET(CMAKE_C_FLAGS ${CMAKE_C_FLAGS} -nologo -c -D_CRT_SECURE_NO_WARNINGS)
+ SET(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} -nologo -c
-D_CRT_SECURE_NO_WARNINGS)
+ SET(CMAKE_EXE_LINKER_FLAGS_INIT ${CMAKE_EXE_LINKER_FLAGS_INIT} /NOLOGO)
+ SET(CMAKE_SHARED_LINKER_FLAGS_INIT ${CMAKE_EXE_LINKER_FLAGS_INIT}
/NOLOGO)
+ SET(CMAKE_MODULE_LINKER_FLAGS_INIT ${CMAKE_EXE_LINKER_FLAGS_INIT}
/NOLOGO)
ENDIF(MSVC)
# *******************************************************************
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web. Learn how to
best implement a security strategy that keeps consumers' information secure
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits