]>
Commit | Line | Data |
---|---|---|
5fa399c9 JS |
1 | |
2 | !if "$(FINAL)" == "1" | |
cd31c795 | 3 | LIBTARGET=$(WXDIR)\lib\png.lib |
f641dada | 4 | !else if "$(FINAL)" == "hybrid" |
cd31c795 | 5 | LIBTARGET=$(WXDIR)\lib\pngh.lib |
c801d85f | 6 | !else |
cd31c795 | 7 | LIBTARGET=$(WXDIR)\lib\pngd.lib |
c801d85f KB |
8 | !endif |
9 | ||
cd31c795 GT |
10 | OBJECTS = $D\png.obj \ |
11 | $D\pngread.obj \ | |
12 | $D\pngrtran.obj \ | |
13 | $D\pngrutil.obj \ | |
14 | $D\pngpread.obj \ | |
15 | $D\pngtrans.obj \ | |
16 | $D\pngwrite.obj \ | |
17 | $D\pngwtran.obj \ | |
18 | $D\pngwutil.obj \ | |
19 | $D\pngerror.obj \ | |
20 | $D\pngmem.obj \ | |
21 | $D\pngwio.obj \ | |
22 | $D\pngrio.obj \ | |
23 | $D\pngget.obj \ | |
24 | $D\pngset.obj | |
c801d85f | 25 | |
c801d85f | 26 | |
c801d85f | 27 | |
cd31c795 | 28 | # Pull in standard variable definitions |
c801d85f | 29 | |
cd31c795 | 30 | !include ..\makelib.vc |
c801d85f | 31 |