Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2762


Ignore:
Timestamp:
Mar 8, 2009, 5:26:41 PM (15 years ago)
Author:
rgrieder
Message:

Have fun Oli! ;)
Added run script for standalone.

Location:
code/trunk/bin
Files:
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • code/trunk/bin/CMakeLists.txt

    r2745 r2762  
    2626
    2727# Create run scripts for Windows to manually add the DLL path when executing
    28 SET(RUN_SCRIPTS run client1 client2 server dedicated)
     28SET(RUN_SCRIPTS run standalone client1 client2 server dedicated)
    2929IF(WIN32)
    3030  FOREACH(_script ${RUN_SCRIPTS})
  • code/trunk/bin/standalone.bat.in

    r2760 r2762  
    11title @PROJECT_NAME@
    22path @ORXONOX_RUNTIME_LIBRARY_DIRECTORY_WINDOWS@;%path%
    3 @CURRENT_RUNTIME_DIR_WINDOWS@\@ORXONOX_EXECUTABLE_NAME@ --state client --directory client1
     3@CURRENT_RUNTIME_DIR_WINDOWS@\@ORXONOX_EXECUTABLE_NAME@ --state standalone --directory standalone
    44pause
  • code/trunk/bin/standalone.in

    r2760 r2762  
    22# convenience script for starting orxonox on Linux
    33
    4 exec @CURRENT_RUNTIME_DIR@/@ORXONOX_EXECUTABLE_NAME@ --state client --directory client1 $@
     4exec @CURRENT_RUNTIME_DIR@/@ORXONOX_EXECUTABLE_NAME@ --state standalone --directory standalone $@
Note: See TracChangeset for help on using the changeset viewer.