diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-30 16:13:00 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-30 16:13:00 +0000 |
commit | fa2191c8abb0ed6a072976652022aa9d4a06a5ed (patch) | |
tree | 8280c181cdff1448b33454f8e85012024fb0f8f3 /Build/source/libs/libpng/libpng-1.2.35/projects/cbuilder5/libpng.bpf | |
parent | 878f61c726945e224cb845cd86782497a3d3c578 (diff) |
import libpng-1.2.35
git-svn-id: svn://tug.org/texlive/trunk@12576 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/libpng/libpng-1.2.35/projects/cbuilder5/libpng.bpf')
-rw-r--r-- | Build/source/libs/libpng/libpng-1.2.35/projects/cbuilder5/libpng.bpf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Build/source/libs/libpng/libpng-1.2.35/projects/cbuilder5/libpng.bpf b/Build/source/libs/libpng/libpng-1.2.35/projects/cbuilder5/libpng.bpf new file mode 100644 index 00000000000..ee6d9293d9d --- /dev/null +++ b/Build/source/libs/libpng/libpng-1.2.35/projects/cbuilder5/libpng.bpf @@ -0,0 +1,22 @@ +USEUNIT("libpng.cpp");
+USEUNIT("..\..\png.c");
+USEUNIT("..\..\pngerror.c");
+USEUNIT("..\..\pngget.c");
+USEUNIT("..\..\pngmem.c");
+USEUNIT("..\..\pngpread.c");
+USEUNIT("..\..\pngread.c");
+USEUNIT("..\..\pngrio.c");
+USEUNIT("..\..\pngrtran.c");
+USEUNIT("..\..\pngrutil.c");
+USEUNIT("..\..\pngset.c");
+USEUNIT("..\..\pngtrans.c");
+USEUNIT("..\..\pngwio.c");
+USEUNIT("..\..\pngwrite.c");
+USEUNIT("..\..\pngwtran.c");
+USEUNIT("..\..\pngwutil.c");
+USELIB("..\..\..\zlib\zlib.lib");
+//---------------------------------------------------------------------------
+This file is used by the project manager only and should be treated like the project file
+
+
+DllEntryPoint
|