From 041ee1b932cc9c058c545595751b77893dde75dc Mon Sep 17 00:00:00 2001 From: brunzelchen Date: Mon, 21 Jun 2010 16:33:16 +0000 Subject: - individual line breaks for each player in duet songs are now possible - fade in and out of lyrics, notes and notelines in sing screen - update of acinerella.dll - update of BASS to v2.4 - removed joypad support (did it ever worked?) - removed unused units and options git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2553 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/lib/bass/delphi/bass.bpg | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Game/Code/lib/bass/delphi/bass.bpg') diff --git a/Game/Code/lib/bass/delphi/bass.bpg b/Game/Code/lib/bass/delphi/bass.bpg index 55c2e004..da3e524f 100644 --- a/Game/Code/lib/bass/delphi/bass.bpg +++ b/Game/Code/lib/bass/delphi/bass.bpg @@ -37,6 +37,9 @@ FXtest.exe: fxtest\FXtest.dpr livefx.exe: livefx\livefx.dpr $(DCC) +livespec.exe: livespec\livespec.dpr + $(DCC) + Multi.exe: multi\Multi.dpr $(DCC) @@ -55,9 +58,15 @@ samplevis.exe: SampleVis\samplevis.dpr Speakers.exe: Speakers\Speakers.dpr $(DCC) +spectrum.exe: spectrum\spectrum.dpr + $(DCC) + StreamTest.exe: StreamTest\StreamTest.dpr $(DCC) +synth.exe: synth\synth.dpr + $(DCC) + writewav.exe: writewav\writewav.dpr $(DCC) -- cgit v1.2.3