aboutsummaryrefslogtreecommitdiffstats
path: root/projects/visualc71/PRJ0041.mak
blob: 3a597b0232fb8013beae0493f91241a5605a8781 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Prevent "Cannot find missing dependency..." warnings while compiling
# pngw32.rc (PRJ0041).

all: $(IntDir)\alloc.h \
	 $(IntDir)\fp.h \
	 $(IntDir)\m68881.h \
	 $(IntDir)\mem.h \
	 $(IntDir)\pngusr.h \
	 $(IntDir)\strings.h \
	 $(IntDir)\unistd.h \
	 $(IntDir)\unixio.h
	 
$(IntDir)\alloc.h \
$(IntDir)\fp.h \
$(IntDir)\m68881.h \
$(IntDir)\mem.h \
$(IntDir)\pngusr.h \
$(IntDir)\strings.h \
$(IntDir)\unistd.h \
$(IntDir)\unixio.h:
	@!echo.>$@