diff options
author | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-11-03 03:13:44 +0000 |
---|---|---|
committer | jaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-11-03 03:13:44 +0000 |
commit | 85313ec4dcc1591dbf1ecf6fa76294080354ed2a (patch) | |
tree | ccf619c7368e6df0840b36a87086e63505c9df80 /Game/Code/UltraStar.dpr | |
parent | cd4710574dd911e9f82586b093c10758693bfc3e (diff) | |
download | usdx-85313ec4dcc1591dbf1ecf6fa76294080354ed2a.tar.gz usdx-85313ec4dcc1591dbf1ecf6fa76294080354ed2a.tar.xz usdx-85313ec4dcc1591dbf1ecf6fa76294080354ed2a.zip |
another attempt..
( me to lazy to boot my linux dev box .. )
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@562 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | Game/Code/UltraStar.dpr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/UltraStar.dpr b/Game/Code/UltraStar.dpr index 3ece5395..4695ae4e 100644 --- a/Game/Code/UltraStar.dpr +++ b/Game/Code/UltraStar.dpr @@ -18,9 +18,9 @@ uses sdl_ttf in 'lib\JEDI-SDLv1.0\SDL_ttf\Pas\sdl_ttf.pas',
sdlutils in 'lib\JEDI-SDLv1.0\SDL\Pas\sdlutils.pas',
+ {$ifdef delphi}
bass in 'lib\bass\delphi\bass.pas',
- {$ifdef delphi}
midiout in 'lib\midi\midiout.pas',
midiin in 'lib\midi\midiin.pas',
CIRCBUF in 'lib\midi\CIRCBUF.PAS',
|