~ubuntu-branches/ubuntu/utopic/castle-game-engine/utopic

« back to all changes in this revision

Viewing changes to examples/3d_rendering_processing/placeholder_names_compile.sh

  • Committer: Package Import Robot
  • Author(s): Abou Al Montacir
  • Date: 2013-04-27 18:06:40 UTC
  • Revision ID: package-import@ubuntu.com-20130427180640-eink4nmwzuivez1c
Tags: upstream-4.0.1
ImportĀ upstreamĀ versionĀ 4.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
set -eu
 
3
 
 
4
# Call this script from this directory,
 
5
# or from base castle_game_engine directory.
 
6
# Or just do "make examples" in base castle_game_engine directory.
 
7
 
 
8
# Allow calling this script from it's dir.
 
9
if [ -f placeholder_names.lpr ]; then cd ../../; fi
 
10
 
 
11
fpc -dRELEASE @castle-fpc.cfg examples/3d_rendering_processing/placeholder_names.lpr
 
 
b'\\ No newline at end of file'