Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(726)

Side by Side Diff: third_party/libpng/projects/visualc71/PRJ0041.mak

Issue 2033063003: Check libpng directly into third_party/ (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: public.bzl Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 # Prevent "Cannot find missing dependency..." warnings while compiling
2 # pngwin.rc (PRJ0041).
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.>$@
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698