Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 24, 2011, 7:40:07 AM (14 years ago)
Author:
rgrieder
Message:

Merged revisions 7954 and 7955 from trunk to kicklib to fix the msvc9+Ogre1.7 build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/kicklib/src/CMakeLists.txt

    r7944 r7956  
    3333####### Library Behaviour (dependencies) ########
    3434
    35 # Disable Boost auto linking completely
     35# Disable auto linking completely for Boost and POCO
    3636ADD_COMPILER_FLAGS("-DBOOST_ALL_NO_LIB")
     37ADD_COMPILER_FLAGS("-DPOCO_NO_AUTOMATIC_LIBS")
    3738
    3839# If no defines are specified, these libs get linked statically
Note: See TracChangeset for help on using the changeset viewer.