Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6460


Ignore:
Timestamp:
Feb 22, 2010, 11:36:11 PM (14 years ago)
Author:
scheusso
Message:

release version now compiling again on tardis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/cmake/LibraryConfigTardis.cmake

    r5781 r6460  
    3737  MESSAGE(STATUS "Running on D-ITET isg.ee Tardis Computer. Using customized paths.")
    3838
    39   SET(CMAKE_C_COMPILER "gcc-4.1.1")
    40   SET(CMAKE_CXX_COMPILER "g++-4.1.1")
     39#  SET(CMAKE_C_COMPILER "gcc-4.1.1")
     40#  SET(CMAKE_CXX_COMPILER "g++-4.1.1")
    4141
    4242  # Note: When setting ENV${} variables, make sure to use quotes when
     
    4646  SET(ENV{CEGUIDIR}    "/usr/pack/cegui-0.6.2-sd;/usr/pack/cegui-0.6.2-sd/i686-debian-linux4.0")
    4747  SET(ENV{ENETDIR}     "/usr/pack/enet-1.2-sd;/usr/pack/enet-1.2-sd/i686-debian-linux4.0")
    48   SET(ENV{ALUTDIR}     "/usr/pack/openal-0.0.8-cl;/usr/pack/openal-0.0.8-cl/i686-debian-linux3.1")
     48#  SET(ENV{ALUTDIR}     "/usr/pack/openal-0.0.8-cl;/usr/pack/openal-0.0.8-cl/i686-debian-linux3.1")
    4949  SET(ENV{OGGDIR}      "/usr/pack/oggvorbis-1.0-ds;/usr/pack/oggvorbis-1.0-ds/i686-debian-linux3.0")
    5050  SET(ENV{VORBISDIR}   "/usr/pack/oggvorbis-1.0-ds;/usr/pack/oggvorbis-1.0-ds/i686-debian-linux3.0")
    5151  SET(ENV{LUA_DIR}     "/usr/pack/lua-5.1.4-sd;/usr/pack/lua-5.1.4-sd/i686-debian-linux4.0")
    5252  SET(ENV{OGRE_HOME}   "/usr/pack/ogre-1.4.9-sd;/usr/pack/ogre-1.4.9-sd/i686-debian-linux4.0")
    53   SET(ENV{OPENALDIR}   "/usr/pack/openal-0.0.8-cl;/usr/pack/openal-0.0.8-cl/i686-debian-linux3.1")
     53#  SET(ENV{OPENALDIR}   "/usr/pack/openal-0.0.8-cl;/usr/pack/openal-0.0.8-cl/i686-debian-linux3.1")
    5454  #SET(TCL_INCLUDE_PATH "/usr/pack/tcltk-8.4.9.linux-mo/include")
    5555ENDIF(TARDIS)
Note: See TracChangeset for help on using the changeset viewer.