Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 31, 2007, 4:56:53 PM (16 years ago)
Author:
rgrieder
Message:
  • changed executable from main to orxonox
  • added src/orxonox to the include directories
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/bin/run-script

    r628 r774  
    11#!/bin/bash
    22
    3 if [[ !  -f main ]] ; then
    4         echo "main does not exist"
     3if [[ !  -f orxonox ]] ; then
     4        echo "orxonox does not exist"
    55        echo "did you compile it?"
    66
     
    2222        fi
    2323fi
    24 exec ./main $@
     24exec ./orxonox $@
Note: See TracChangeset for help on using the changeset viewer.