[Orxonox-commit 57] r2762 - trunk/bin
rgrieder at orxonox.net
rgrieder at orxonox.net
Sun Mar 8 17:26:41 CET 2009
Author: rgrieder
Date: 2009-03-08 17:26:41 +0100 (Sun, 08 Mar 2009)
New Revision: 2762
Added:
trunk/bin/standalone.bat.in
trunk/bin/standalone.in
Modified:
trunk/bin/CMakeLists.txt
Log:
Have fun Oli! ;)
Added run script for standalone.
Modified: trunk/bin/CMakeLists.txt
===================================================================
--- trunk/bin/CMakeLists.txt 2009-03-08 16:08:57 UTC (rev 2761)
+++ trunk/bin/CMakeLists.txt 2009-03-08 16:26:41 UTC (rev 2762)
@@ -25,7 +25,7 @@
#
# Create run scripts for Windows to manually add the DLL path when executing
-SET(RUN_SCRIPTS run client1 client2 server dedicated)
+SET(RUN_SCRIPTS run standalone client1 client2 server dedicated)
IF(WIN32)
FOREACH(_script ${RUN_SCRIPTS})
LIST(REMOVE_ITEM RUN_SCRIPTS ${_script})
Copied: trunk/bin/standalone.bat.in (from rev 2760, trunk/bin/client1.bat.in)
===================================================================
--- trunk/bin/standalone.bat.in (rev 0)
+++ trunk/bin/standalone.bat.in 2009-03-08 16:26:41 UTC (rev 2762)
@@ -0,0 +1,4 @@
+title @PROJECT_NAME@
+path @ORXONOX_RUNTIME_LIBRARY_DIRECTORY_WINDOWS@;%path%
+ at CURRENT_RUNTIME_DIR_WINDOWS@\@ORXONOX_EXECUTABLE_NAME@ --state standalone --directory standalone
+pause
Copied: trunk/bin/standalone.in (from rev 2760, trunk/bin/client1.in)
===================================================================
--- trunk/bin/standalone.in (rev 0)
+++ trunk/bin/standalone.in 2009-03-08 16:26:41 UTC (rev 2762)
@@ -0,0 +1,4 @@
+#!/bin/sh
+# convenience script for starting orxonox on Linux
+
+exec @CURRENT_RUNTIME_DIR@/@ORXONOX_EXECUTABLE_NAME@ --state standalone --directory standalone $@
More information about the Orxonox-commit
mailing list