You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
446 B
21 lines
446 B
# Prevent "Cannot find missing dependency..." warnings while compiling |
|
# pngwin.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.>$@
|
|
|