mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
Move libpng out of wxWidgets 3.0 so it's available to other projects. Delete libjpeg since there's a newer copy already available in 3rdparty (still outdated though).
21 lines
446 B
Makefile
21 lines
446 B
Makefile
# 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.>$@
|