[Orxonox-commit 2727] r7432 - sandbox_qt/cmake

rgrieder at orxonox.net rgrieder at orxonox.net
Sun Sep 12 19:30:29 CEST 2010


Author: rgrieder
Date: 2010-09-12 19:30:29 +0200 (Sun, 12 Sep 2010)
New Revision: 7432

Modified:
   sandbox_qt/cmake/CompilerConfigGCC.cmake
Log:
Applied x3n's trunk rev to the sandbox.

Modified: sandbox_qt/cmake/CompilerConfigGCC.cmake
===================================================================
--- sandbox_qt/cmake/CompilerConfigGCC.cmake	2010-09-12 16:58:10 UTC (rev 7431)
+++ sandbox_qt/cmake/CompilerConfigGCC.cmake	2010-09-12 17:30:29 UTC (rev 7432)
@@ -91,3 +91,8 @@
 
 # General linker flags
 SET_LINKER_FLAGS("--no-undefined" CACHE)
+
+# Add linker flags for MinGW
+IF (MINGW)
+  ADD_LINKER_FLAGS("-enable-auto-import" CACHE)
+ENDIF()
\ No newline at end of file




More information about the Orxonox-commit mailing list