Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/buildsystem2/bin/run @ 2591

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

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

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