22 lines
446 B
Makefile
Raw Normal View History

2012-06-10 19:34:51 +01:00
# Prevent "Cannot find missing dependency..." warnings while compiling
2012-06-12 18:11:52 +01:00
# pngwin.rc (PRJ0041).
2012-06-10 19:34:51 +01:00
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
2012-06-12 18:11:52 +01:00
2012-06-10 19:34:51 +01:00
$(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.>$@