aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/UltraStar.dpr
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-04-22 16:18:08 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-04-22 16:18:08 +0000
commit0bf82c1d17814e6190033e79984801846be27b6c (patch)
treea93469706a90b61d1b5f60e65c2777be5971e46f /Game/Code/UltraStar.dpr
parentfe13131bbecd0d9da445a06ecfd6fc0733675dae (diff)
downloadusdx-0bf82c1d17814e6190033e79984801846be27b6c.tar.gz
usdx-0bf82c1d17814e6190033e79984801846be27b6c.tar.xz
usdx-0bf82c1d17814e6190033e79984801846be27b6c.zip
- new switches.inc layout
- support for projectM 1.1 git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1033 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/UltraStar.dpr')
-rw-r--r--Game/Code/UltraStar.dpr11
1 files changed, 3 insertions, 8 deletions
diff --git a/Game/Code/UltraStar.dpr b/Game/Code/UltraStar.dpr
index 5ba06b79..3cfe2b2d 100644
--- a/Game/Code/UltraStar.dpr
+++ b/Game/Code/UltraStar.dpr
@@ -69,11 +69,8 @@ uses
{$ENDIF}
{$ENDIF}
- {$IFDEF UseProjectM_0_9}
- projectM in 'lib\projectM\0.9\projectM.pas',
- {$ENDIF}
- {$IFDEF UseProjectM_1_0_PLUS}
- projectM in 'lib\projectM\1.0\projectM.pas',
+ {$IFDEF UseProjectM}
+ projectM in 'lib\projectM\projectM.pas',
{$ENDIF}
SQLiteTable3 in 'lib\SQLite\SQLiteTable3.pas',
@@ -157,6 +154,7 @@ uses
// TODO : these all need to be renamed like UMedia_******** for consistency
UMusic in 'Classes\UMusic.pas',
+ //UAudioPlaybackBase in 'Classes\UAudioPlaybackBase.pas',
UMedia_dummy in 'Classes\UMedia_dummy.pas', // Must be first UMedia Unit, all others will override available interfaces
{$IFDEF UseProjectM}
UVisualizer in 'Classes\UVisualizer.pas', // MUST be before Video... so video can override...
@@ -237,9 +235,6 @@ uses
UPluginDefs in '..\..\Modis\SDK\UPluginDefs.pas', //New SDK, not only Modis
UPartyDefs in '..\..\Modis\SDK\UPartyDefs.pas', //Headers to register Party Modes
- {$IFDEF win32}
- Windows,
- {$ENDIF}
SysUtils;
begin