Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/gui/bin/client1.in @ 2799

Last change on this file since 2799 was 2799, checked in by rgrieder, 15 years ago

Moved all core related initialisations from Main.cc and GSRoot.cc to Core.cc so that everything sticks together more obviously.

Renamed —directory command line argument: Name really doesn't say what it is.
using —writingPathSuffix now. Not much better, but at least you wonder

  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 161 bytes
Line 
1#!/bin/sh
2# convenience script for starting orxonox on Linux
3
4exec @CURRENT_RUNTIME_DIR@/@ORXONOX_EXECUTABLE_NAME@ --state client --writingPathSuffix client1 $@
Note: See TracBrowser for help on using the repository browser.