aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/lib/PngImage/lazarustest.lpr
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/lib/PngImage/lazarustest.lpr')
-rw-r--r--Game/Code/lib/PngImage/lazarustest.lpr15
1 files changed, 0 insertions, 15 deletions
diff --git a/Game/Code/lib/PngImage/lazarustest.lpr b/Game/Code/lib/PngImage/lazarustest.lpr
deleted file mode 100644
index f567b6cb..00000000
--- a/Game/Code/lib/PngImage/lazarustest.lpr
+++ /dev/null
@@ -1,15 +0,0 @@
-program lazarustest;
-
-uses
- pngimage in 'pngimage.pas',
- pnglang in 'pnglang.pas',
- pngzlib in 'pngzlib.pas',
- sysutils;
-
-begin
- writeln( 'pngimage is NOT lazarus compatible' );
- writeln( 'It might compile ( not link though ), however the object files are in borland obj format' );
- writeln( 'to use this, it will need to be in GCC object file format format' );
- writeln( 'Or we can use the lazarus / freepascal png unit' );
-end.
-