mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-12-27 04:11:57 +01:00
d1fca6bfef
smallest size (we're back on 3mb yay) -included sources of freetype and libpng (I just dont wanna loose them yet again so why not :P)
11 lines
239 B
PkgConfig
11 lines
239 B
PkgConfig
prefix=/c/devkitPro/portlibs/ppc
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include/libpng12
|
|
|
|
Name: libpng
|
|
Description: Loads and saves PNG files
|
|
Version: 1.2.29
|
|
Libs: -L${libdir} -lpng12
|
|
Cflags: -I${includedir}
|