From bf8524bf03d38784160ede29e3ab58c6455a17be Mon Sep 17 00:00:00 2001 From: jaybinks Date: Wed, 19 Sep 2007 13:15:08 +0000 Subject: added my lazarus batch files that make life easy. sorry for the absolute paths. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@398 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/build.bat | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Game/Code/build.bat (limited to 'Game/Code/build.bat') diff --git a/Game/Code/build.bat b/Game/Code/build.bat new file mode 100644 index 00000000..5ede5b0f --- /dev/null +++ b/Game/Code/build.bat @@ -0,0 +1,4 @@ +C:\lazarus\fpc\2.0.4\bin\i386-win32\ppc386.exe -S2cgi -OG1 -gl -vewnhi -l -Filib\JEDI-SDLv1.0\SDL\Pas\ -Fu..\..\..\..\..\lazarus\components\jpeg\lib\i386-win32\ -Fu..\..\..\..\..\lazarus\components\images\lib\i386-win32\ -Fu..\..\..\..\..\lazarus\lcl\units\i386-win32\ -Fu..\..\..\..\..\lazarus\lcl\units\i386-win32\win32\ -Fu..\..\..\..\..\lazarus\packager\units\i386-win32\ -Fu. -oUltraStar.exe -dLCL -dLCLwin32 UltraStar.lpr +rem C:\lazarus\fpc\2.0.4\bin\i386-win32\ppc386.exe -S2cgi -OG1 -gl -vewnhi -l -Filib\JEDI-SDLv1.0\SDL\Pas\ -Fu. -oUltraStar.exe UltraStar.lpr + +move UltraStar.exe ..\..\ \ No newline at end of file -- cgit v1.2.3