503814c435
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.
11 lines
210 B
Plaintext
11 lines
210 B
Plaintext
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/libpng15
|
|
|
|
Name: libpng
|
|
Description: Loads and saves PNG files
|
|
Version: 1.5.10
|
|
Libs: -L${libdir} -lpng15
|
|
Cflags: -I${includedir}
|