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/ConfigTardis.cmake

    r2579 r2581  
    1818
    1919  #SET(Boost_ADDITIONAL_VERSIONS "1.36")
    20   SET(BOOST_INCLUDEDIR /usr/pack/boost-1.34.1-sd/include)
    21   SET(BOOST_LIBRARYDIR /usr/pack/boost-1.34.1-sd/i686-debian-linux3.1/lib)
    22   SET(ENV{CEGUIDIR}    /usr/pack/cegui-0.5.0-sd
    23                        /usr/pack/cegui-0.5.0-sd/i686-debian-linux3.1)
    24   SET(ENV{ENETDIR}     /usr/pack/enet-2007-sd
    25                        /usr/pack/enet-2007-sd/i686-debian-linux3.1)
    26   SET(ENV{ALUTDIR}     /usr/pack/openal-0.0.8-cl
    27                        /usr/pack/openal-0.0.8-cl/i686-debian-linux3.1)
    28   SET(ENV{OGGDIR}      /usr/pack/oggvorbis-1.0-ds
    29                        /usr/pack/oggvorbis-1.0-ds/i686-debian-linux3.0)
    30   SET(ENV{VORBISDIR}   /usr/pack/oggvorbis-1.0-ds
    31                        /usr/pack/oggvorbis-1.0-ds/i686-debian-linux3.0)
    32   SET(ENV{LUA_DIR}     /usr/pack/lua-5.0.3-sd
    33                        /usr/pack/lua-5.0.3-sd/i686-debian-linux3.1)
    34   SET(ENV{OGRE_HOME}   /usr/pack/ogre-1.4.5-sd
    35                        /usr/pack/ogre-1.4.5-sd/i686-debian-linux3.1)
    36   SET(ENV{OPENALDIR}   /usr/pack/openal-0.0.8-cl
    37                        /usr/pack/openal-0.0.8-cl/i686-debian-linux3.1)
    38   #SET(TCL_INCLUDE_PATH /usr/pack/tcltk-8.4.9.linux-mo/include)
     20  SET(BOOST_INCLUDEDIR "/usr/pack/boost-1.34.1-sd/include")
     21  SET(BOOST_LIBRARYDIR "/usr/pack/boost-1.34.1-sd/i686-debian-linux3.1/lib")
     22  SET(ENV{CEGUIDIR}    "/usr/pack/cegui-0.5.0-sd;/usr/pack/cegui-0.5.0-sd/i686-debian-linux3.1")
     23  SET(ENV{ENETDIR}     "/usr/pack/enet-2007-sd;/usr/pack/enet-2007-sd/i686-debian-linux3.1")
     24  SET(ENV{ALUTDIR}     "/usr/pack/openal-0.0.8-cl;/usr/pack/openal-0.0.8-cl/i686-debian-linux3.1")
     25  SET(ENV{OGGDIR}      "/usr/pack/oggvorbis-1.0-ds;/usr/pack/oggvorbis-1.0-ds/i686-debian-linux3.0")
     26  SET(ENV{VORBISDIR}   "/usr/pack/oggvorbis-1.0-ds;/usr/pack/oggvorbis-1.0-ds/i686-debian-linux3.0")
     27  SET(ENV{LUA_DIR}     "/usr/pack/lua-5.0.3-sd;/usr/pack/lua-5.0.3-sd/i686-debian-linux3.1")
     28  SET(ENV{OGRE_HOME}   "/usr/pack/ogre-1.4.5-sd;/usr/pack/ogre-1.4.5-sd/i686-debian-linux3.1")
     29  SET(ENV{OPENALDIR}   "/usr/pack/openal-0.0.8-cl;/usr/pack/openal-0.0.8-cl/i686-debian-linux3.1")
     30  #SET(TCL_INCLUDE_PATH "/usr/pack/tcltk-8.4.9.linux-mo/include")
    3931ENDIF (IS_TARDIS)
Note: See TracChangeset for help on using the changeset viewer.