author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Tue, 06 Jul 2010 15:10:48 +0300 | |
changeset 30 | 5dc02b23752f |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
# Prevent "Cannot find missing dependency..." warnings while compiling |
30
5dc02b23752f
Revision: 201025
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
0
diff
changeset
|
2 |
# pngwin.rc (PRJ0041). |
0 | 3 |
|
4 |
all: $(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.>$@ |