From 90bf63406cd1dbcc9c041a858ef2f030d58f1f25 Mon Sep 17 00:00:00 2001 From: jaybinks Date: Wed, 19 Sep 2007 12:10:31 +0000 Subject: now compiles & Links ... not running though yet. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@396 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/UltraStar.lpi | 153 ++++++++++++++++++++---------------------------- Game/Code/UltraStar.lpr | 8 ++- 2 files changed, 69 insertions(+), 92 deletions(-) diff --git a/Game/Code/UltraStar.lpi b/Game/Code/UltraStar.lpi index 519db01f..95603bb6 100644 --- a/Game/Code/UltraStar.lpi +++ b/Game/Code/UltraStar.lpi @@ -12,7 +12,7 @@ - + @@ -31,22 +31,14 @@ - - - - - - - - - + - - + + - + @@ -59,48 +51,42 @@ - - - + + + + + - - - - - - - - @@ -120,45 +106,35 @@ - - - - - - - + + - - - - - @@ -179,9 +155,7 @@ - - @@ -202,18 +176,14 @@ - - - - @@ -227,36 +197,28 @@ - - - - - - - - @@ -269,51 +231,41 @@ - - - + - - - - - - - - - + @@ -322,117 +274,91 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -446,9 +372,7 @@ - - @@ -457,8 +381,54 @@ + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -471,6 +441,7 @@ + diff --git a/Game/Code/UltraStar.lpr b/Game/Code/UltraStar.lpr index 2e2a98a2..40fb582c 100644 --- a/Game/Code/UltraStar.lpr +++ b/Game/Code/UltraStar.lpr @@ -6,7 +6,9 @@ program UltraStar; {$MODE DELPHI} {$ENDIF} -{$R 'UltraStar.res' 'UltraStar.rc'} +{$IFNDEF FPC} + {$R 'UltraStar.res' 'UltraStar.rc'} +{$ENDIF} {$I switches.inc} @@ -62,6 +64,10 @@ uses //Includes - Classes //------------------------------ + {$IFDEF FPC} + Ulazjpeg in 'Classes\Ulazjpeg.pas', + {$ENDIF} + UCommon in 'Classes\UCommon.pas', UTime in 'Classes\UTime.pas', UCommandLine in 'Classes\UCommandLine.pas', -- cgit v1.2.3