From f0bf8c49eadf2656bf91a4b24a6ce5106b887b0a Mon Sep 17 00:00:00 2001 From: jaybinks Date: Thu, 13 Sep 2007 09:39:24 +0000 Subject: removed unneeded DCU files from svn. fixed borked PNGImage in the project file Sorry guys :P git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@386 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/UltraStar.dpr | 4 ++++ Game/Code/lib/PngImage/Tpngimage.dcu | Bin 1140 -> 0 bytes Game/Code/lib/PngImage/pngimage.dcu | Bin 91395 -> 0 bytes Game/Code/lib/PngImage/pnglang.dcu | Bin 4226 -> 0 bytes Game/Code/lib/PngImage/pngzlib.dcu | Bin 37565 -> 0 bytes 5 files changed, 4 insertions(+) delete mode 100644 Game/Code/lib/PngImage/Tpngimage.dcu delete mode 100644 Game/Code/lib/PngImage/pngimage.dcu delete mode 100644 Game/Code/lib/PngImage/pnglang.dcu delete mode 100644 Game/Code/lib/PngImage/pngzlib.dcu (limited to 'Game/Code') diff --git a/Game/Code/UltraStar.dpr b/Game/Code/UltraStar.dpr index 842b225e..96172a42 100644 --- a/Game/Code/UltraStar.dpr +++ b/Game/Code/UltraStar.dpr @@ -4,6 +4,8 @@ program UltraStar; {$R 'UltraStar.res' 'UltraStar.rc'} + +// C:\Components\PngImage uses //------------------------------ //Includes - 3rd Party Libraries @@ -14,6 +16,8 @@ uses bass in 'lib\bass\delphi\bass.pas', PNGImage in 'lib\PNGImage\PNGImage.pas', + PNGzLib in 'lib\PNGImage\PNGzLib.pas', + pnglang in 'lib\PNGImage\pnglang.pas', midiout in 'lib\midi\midiout.pas', midiin in 'lib\midi\midiin.pas', diff --git a/Game/Code/lib/PngImage/Tpngimage.dcu b/Game/Code/lib/PngImage/Tpngimage.dcu deleted file mode 100644 index 8cbbd152..00000000 Binary files a/Game/Code/lib/PngImage/Tpngimage.dcu and /dev/null differ diff --git a/Game/Code/lib/PngImage/pngimage.dcu b/Game/Code/lib/PngImage/pngimage.dcu deleted file mode 100644 index 633a7430..00000000 Binary files a/Game/Code/lib/PngImage/pngimage.dcu and /dev/null differ diff --git a/Game/Code/lib/PngImage/pnglang.dcu b/Game/Code/lib/PngImage/pnglang.dcu deleted file mode 100644 index 70b1587f..00000000 Binary files a/Game/Code/lib/PngImage/pnglang.dcu and /dev/null differ diff --git a/Game/Code/lib/PngImage/pngzlib.dcu b/Game/Code/lib/PngImage/pngzlib.dcu deleted file mode 100644 index a090ddae..00000000 Binary files a/Game/Code/lib/PngImage/pngzlib.dcu and /dev/null differ -- cgit v1.2.3