Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 12, 2009, 5:21:13 PM (16 years ago)
Author:
rgrieder
Message:

Fixed two bugs with the run script. Works now on tardis, not tested on MinGW.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem2/bin/run

    r2590 r2591  
    22# convenience script for starting orxonox on Linux
    33
    4 cd @EXECUTABLE_OUTPUT_PATH@ && exec ./@ORXONOX_EXECUTABLE_NAME@ $@
     4cd @CMAKE_RUNTIME_OUTPUT_DIRECTORY@ && exec ./@ORXONOX_EXECUTABLE_NAME@ $@
Note: See TracChangeset for help on using the changeset viewer.