aboutsummaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorjaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-10-24 11:43:45 +0000
committerjaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-10-24 11:43:45 +0000
commit892b8dc2c37cf416827974dc8e4e4e3e6554ac3f (patch)
tree11fe4b0cb3a24d56f27ae22171a1fbba961d58b0 /Tools
parent186b7b7892a988f3b745754c5d41b875429d6e49 (diff)
downloadusdx-892b8dc2c37cf416827974dc8e4e4e3e6554ac3f.tar.gz
usdx-892b8dc2c37cf416827974dc8e4e4e3e6554ac3f.tar.xz
usdx-892b8dc2c37cf416827974dc8e4e4e3e6554ac3f.zip
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@523 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/linux-build.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/linux-build.sh b/Tools/linux-build.sh
new file mode 100755
index 00000000..fd1b28b6
--- /dev/null
+++ b/Tools/linux-build.sh
@@ -0,0 +1,3 @@
+clear
+fpc -S2cgi -OG1 -gl -vewnhi -l -Filib/JEDI-SDLv1.0/SDL/Pas/ -Fu/usr/lib/lazarus/components/images/lib/i386-linux/ -Fu/usr/lib/lazarus/lcl/units/i386-linux/ -Fu/usr/lib/lazarus/lcl/units/i386-linux/gtk2/ -Fu/usr/lib/lazarus/packager/units/i386-linux/ -Fu. -dLCL -dLCLgtk2 USDXResCompiler.lpr
+