]>
Commit | Line | Data |
---|---|---|
3b1e466c JS |
1 | # |
2 | # File: makefile.b32 | |
3 | # Author: Julian Smart | |
4 | # Created: 1993 | |
5 | # Updated: | |
6 | # Copyright: | |
7 | # | |
8 | # "%W% %G%" | |
9 | # | |
c7f49969 | 10 | # Makefile : Builds PNG library (BC++ 32-bit) |
3b1e466c JS |
11 | |
12 | # WXWIN and BCCDIR are set by parent make | |
13 | ||
7d5818e0 | 14 | LIBTARGET =..\..\lib\winpng.lib |
3b1e466c JS |
15 | |
16 | OBJECTS = png.obj pngread.obj pngrtran.obj pngrutil.obj \ | |
7d5818e0 BM |
17 | pngpread.obj pngtrans.obj pngwrite.obj pngwtran.obj pngwutil.obj \ |
18 | pngerror.obj pngmem.obj pngwio.obj pngrio.obj pngget.obj pngset.obj | |
3b1e466c | 19 | |
616b488d MB |
20 | !include $(WXWIN)\src\makelib.b32 |
21 |