Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 8, 2009, 10:22:22 PM (15 years ago)
Author:
rgrieder
Message:

Three build fixes:

  • All ENet to ENET and ENet_LIBRARIES to ENET_LIBRARY
  • Added ugly quotes again in ConfigTardis.cmake

@x3n: If you have difficulties finding Ogre, try putting $ENV{OGRE_HOME} in ConfigMinGW.cmake between quotes, on one line with semicolons as separators.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem2/cmake/ConfigMinGW.cmake

    r2579 r2581  
    4242  SET(ENV{ENETDIR}     ${MINGW_LIBRARY_DIR}/enet-1.1)
    4343  # ENet is linked statically, hence we need to add some windows dependencies
    44   SET(ENet_ADDITIONAL_LIBRARIES ws2_32 winmm)
     44  SET(ENET_ADDITIONAL_LIBRARIES ws2_32 winmm)
    4545  SET(ENV{ALUTDIR}     ${MINGW_LIBRARY_DIR}/freealut-1.1.0)
    4646  SET(ENV{OGGSDIR}     ${MINGW_LIBRARY_DIR}/libogg-1.1.3
Note: See TracChangeset for help on using the changeset viewer.