aboutsummaryrefslogtreecommitdiffstats
path: root/Game
diff options
context:
space:
mode:
authorjaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-09-20 06:38:52 +0000
committerjaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-09-20 06:38:52 +0000
commit7636d51e65782bfcb902b7bb554eeba668516a6c (patch)
tree40d7b2a12bbdd0938986f6164819a33854eb947c /Game
parent6562243c21b8ed122befd58c8bf256d7f7aacf35 (diff)
downloadusdx-7636d51e65782bfcb902b7bb554eeba668516a6c.tar.gz
usdx-7636d51e65782bfcb902b7bb554eeba668516a6c.tar.xz
usdx-7636d51e65782bfcb902b7bb554eeba668516a6c.zip
adding my helper script :)
sorry bout the absolute paths.. ( will fix it up.. promise :P ) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@410 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game')
-rwxr-xr-xGame/Code/linux-build.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/Game/Code/linux-build.sh b/Game/Code/linux-build.sh
new file mode 100755
index 00000000..ebf73542
--- /dev/null
+++ b/Game/Code/linux-build.sh
@@ -0,0 +1,4 @@
+clear
+fpc -S2cgi -OG1 -gl -vewnhi -l -Filib/JEDI-SDLv1.0/SDL/Pas/ -Fu/usr/bin/lazarus/components/images/lib/i386-linux/ -Fu/usr/bin/lazarus/lcl/units/i386-linux/ -Fu/usr/bin/lazarus/lcl/units/i386-linux/gtk2/ -Fu/usr/bin/lazarus/packager/units/i386-linux/ -Fu. -oUltraStar -dLCL -dLCLgtk2 UltraStar.lpr
+
+mv ./UltraStar /home/jay/src/ultrastardx/output/