source: rtems-graphics-toolkit/libpng-1.5.12/projects/visualc71/PRJ0041.mak @ 1cb4ff2

Last change on this file since 1cb4ff2 was 1cb4ff2, checked in by Alexandru-Sever Horin <alex.sever.h@…>, on 08/06/12 at 11:43:44

Added libpng-1.5.12 update.

  • Property mode set to 100644
File size: 446 bytes
Line 
1# Prevent "Cannot find missing dependency..." warnings while compiling
2# pngwin.rc (PRJ0041).
3
4all: $(IntDir)\alloc.h \
5         $(IntDir)\fp.h \
6         $(IntDir)\m68881.h \
7         $(IntDir)\mem.h \
8         $(IntDir)\pngusr.h \
9         $(IntDir)\strings.h \
10         $(IntDir)\unistd.h \
11         $(IntDir)\unixio.h
12
13$(IntDir)\alloc.h \
14$(IntDir)\fp.h \
15$(IntDir)\m68881.h \
16$(IntDir)\mem.h \
17$(IntDir)\pngusr.h \
18$(IntDir)\strings.h \
19$(IntDir)\unistd.h \
20$(IntDir)\unixio.h:
21        @!echo.>$@
Note: See TracBrowser for help on using the repository browser.