home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 Mobile
/
Chip_Mobile_2001.iso
/
palm
/
business
/
printcar
/
printcar.exe
/
tests
/
DB
/
TestResDB
/
Makefile
< prev
next >
Wrap
Makefile
|
2000-06-04
|
357b
|
19 lines
#
# $Id: Makefile,v 1.1 2000/06/04 00:51:25 sergey Exp $
#
PILRC = pilrc
BUILDPRC = build-prc
all: TestResDB.pdb
TestResDB.pdb: res.stamp
$(BUILDPRC) -o TestResDB.pdb -n TestResDB -c PrCT -v 1.0 *.bin
res.stamp: TestResDB.rcp *.bmp
$(PILRC) TestResDB.rcp
touch res.stamp
clean:
rm -rf *.[oa] TestResDB *.bin *.stamp TestResDB.pdb