~ubuntu-branches/ubuntu/intrepid/libpng/intrepid-security

« back to all changes in this revision

Viewing changes to projects/cbuilder5/libpng.bpf

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2006-11-21 19:07:43 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20061121190743-wkt0yzs5uq2xoq10
Tags: 1.2.13-4
Removed drop_pass_width patch. Closes: #399499.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
USEUNIT("libpng.cpp");
2
 
USEUNIT("..\..\png.c");
3
 
USEUNIT("..\..\pngerror.c");
4
 
USEUNIT("..\..\pngget.c");
5
 
USEUNIT("..\..\pngmem.c");
6
 
USEUNIT("..\..\pngpread.c");
7
 
USEUNIT("..\..\pngread.c");
8
 
USEUNIT("..\..\pngrio.c");
9
 
USEUNIT("..\..\pngrtran.c");
10
 
USEUNIT("..\..\pngrutil.c");
11
 
USEUNIT("..\..\pngset.c");
12
 
USEUNIT("..\..\pngtrans.c");
13
 
USEUNIT("..\..\pngwio.c");
14
 
USEUNIT("..\..\pngwrite.c");
15
 
USEUNIT("..\..\pngwtran.c");
16
 
USEUNIT("..\..\pngwutil.c");
17
 
USELIB("..\..\..\zlib\zlib.lib");
18
 
//---------------------------------------------------------------------------
19
 
This file is used by the project manager only and should be treated like the project file
20
 
 
21
 
 
22
 
DllEntryPoint
 
1
USEUNIT("libpng.cpp");
 
2
USEUNIT("..\..\png.c");
 
3
USEUNIT("..\..\pngerror.c");
 
4
USEUNIT("..\..\pngget.c");
 
5
USEUNIT("..\..\pngmem.c");
 
6
USEUNIT("..\..\pngpread.c");
 
7
USEUNIT("..\..\pngread.c");
 
8
USEUNIT("..\..\pngrio.c");
 
9
USEUNIT("..\..\pngrtran.c");
 
10
USEUNIT("..\..\pngrutil.c");
 
11
USEUNIT("..\..\pngset.c");
 
12
USEUNIT("..\..\pngtrans.c");
 
13
USEUNIT("..\..\pngwio.c");
 
14
USEUNIT("..\..\pngwrite.c");
 
15
USEUNIT("..\..\pngwtran.c");
 
16
USEUNIT("..\..\pngwutil.c");
 
17
USELIB("..\..\..\zlib\zlib.lib");
 
18
//---------------------------------------------------------------------------
 
19
This file is used by the project manager only and should be treated like the project file
 
20
 
 
21
 
 
22
DllEntryPoint