62 $(call CONFIG_LINE,\# It would really help if you could tell how to autodetect the missing setting) |
62 $(call CONFIG_LINE,\# It would really help if you could tell how to autodetect the missing setting) |
63 $(call CONFIG_LINE,\# That info could be where the missing lib is placed) |
63 $(call CONFIG_LINE,\# That info could be where the missing lib is placed) |
64 $(call CONFIG_LINE,) |
64 $(call CONFIG_LINE,) |
65 |
65 |
66 $(call CONFIG_LINE,\# Libs) |
66 $(call CONFIG_LINE,\# Libs) |
|
67 $(call CONFIG_LINE,\# WITH_ICONV is not used on OSX since the flag is overwritten. It is always used unless the target OS is 10.2.8) |
67 $(call CONFIG_LINE,WITH_ZLIB:=$(WITH_ZLIB)) |
68 $(call CONFIG_LINE,WITH_ZLIB:=$(WITH_ZLIB)) |
68 $(call CONFIG_LINE,WITH_SDL:=$(WITH_SDL)) |
69 $(call CONFIG_LINE,WITH_SDL:=$(WITH_SDL)) |
69 $(call CONFIG_LINE,WITH_PNG:=$(WITH_PNG)) |
70 $(call CONFIG_LINE,WITH_PNG:=$(WITH_PNG)) |
|
71 $(call CONFIG_LINE,WITH_ICONV:=$(WITH_ICONV)) |
70 $(call CONFIG_LINE,STATIC_ZLIB_PATH:=$(STATIC_ZLIB_PATH)) |
72 $(call CONFIG_LINE,STATIC_ZLIB_PATH:=$(STATIC_ZLIB_PATH)) |
71 $(call CONFIG_LINE,WITH_COCOA:=$(WITH_COCOA)) |
73 $(call CONFIG_LINE,WITH_COCOA:=$(WITH_COCOA)) |
72 $(call CONFIG_LINE,) |
74 $(call CONFIG_LINE,) |
73 |
75 |
74 $(call CONFIG_LINE,\# OS flags) |
76 $(call CONFIG_LINE,\# OS flags) |