Changeset 8334 for code/branches
- Timestamp:
- Apr 26, 2011, 6:14:54 AM (14 years ago)
- Location:
- code/branches/kicklib2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib2/cmake/CompilerConfigGCC.cmake
r8323 r8334 114 114 115 115 # General linker flags 116 SET_LINKER_FLAGS("- -no-undefined" CACHE)116 SET_LINKER_FLAGS("-Wl,--no-undefined" CACHE) 117 117 118 118 # Add compiler and linker flags for MinGW -
code/branches/kicklib2/src/libraries/util/Exception.cc
r8283 r8334 35 35 #include "Exception.h" 36 36 37 #include <cstddef> 37 38 #include <CEGUIExceptions.h> 38 39 #include "Debug.h"
Note: See TracChangeset
for help on using the changeset viewer.