0eadc27cd6
scripts/makefile.watcom. This project works with OpenWatcom 1.9. The IDE autogenerates appropriate makefiles (libpng.mk) for batch processing. The project is configurable, unlike the Visual Studio project, so long as the developer has an awk.
93 lines
770 B
Plaintext
93 lines
770 B
Plaintext
40
|
|
projectIdent
|
|
0
|
|
VpeMain
|
|
1
|
|
WRect
|
|
256
|
|
146
|
|
8966
|
|
9303
|
|
2
|
|
MProject
|
|
3
|
|
MCommand
|
|
340
|
|
# Locations of zlib and (if required) awk (change as required:)
|
|
set zlib=..\..\..\zlib
|
|
set awk=..\..\..\bin\awk95
|
|
#
|
|
@if not exist pngconfig.dfa $(MAKE) $(__MAKEOPTS__) -f pngconfig.mak defaults
|
|
@if exist config.inf type config.inf
|
|
@echo Checking for the libpng configuration file pnglibconf.h
|
|
$(MAKE) $(__MAKEOPTS__) -f pngconfig.mak
|
|
4
|
|
MCommand
|
|
19
|
|
@type pngconfig.inf
|
|
3
|
|
5
|
|
WFileName
|
|
10
|
|
libpng.tgt
|
|
6
|
|
WFileName
|
|
11
|
|
pngtest.tgt
|
|
7
|
|
WFileName
|
|
12
|
|
pngvalid.tgt
|
|
8
|
|
WVList
|
|
3
|
|
9
|
|
VComponent
|
|
10
|
|
WRect
|
|
0
|
|
0
|
|
5644
|
|
4183
|
|
0
|
|
0
|
|
11
|
|
WFileName
|
|
10
|
|
libpng.tgt
|
|
0
|
|
0
|
|
12
|
|
VComponent
|
|
13
|
|
WRect
|
|
1280
|
|
1560
|
|
5644
|
|
4183
|
|
0
|
|
0
|
|
14
|
|
WFileName
|
|
11
|
|
pngtest.tgt
|
|
0
|
|
1
|
|
15
|
|
VComponent
|
|
16
|
|
WRect
|
|
530
|
|
507
|
|
5644
|
|
4183
|
|
0
|
|
0
|
|
17
|
|
WFileName
|
|
12
|
|
pngvalid.tgt
|
|
0
|
|
1
|
|
9
|