Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/buildsystem3/bin/run @ 2664

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

Merged buildsystem2 to buildsystem3.

Note: Bare merge, just resolved conflicts. To testing, no nothing.

  • 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.