This should make it possible to build StepMania 5 on Mac OS X. The catch is that it will only work with Snow Leopard and up, but I think this is better than nothing. We can support PowerPC / 10.4-10.5 again when someone can make the old Xcode 3 project work.
22 lines
446 B
Makefile
22 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.>$@
|