makefiledir/Makefile.config_writer
changeset 3313 767d77394c61
parent 3311 56c1c502ff6d
child 3354 88222b8dafef
equal deleted inserted replaced
3312:593789444b01 3313:767d77394c61
    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)
       
    68 	$(call CONFIG_LINE,WITH_ZLIB:=$(WITH_ZLIB))
    67 	$(call CONFIG_LINE,WITH_ZLIB:=$(WITH_ZLIB))
    69 	$(call CONFIG_LINE,WITH_SDL:=$(WITH_SDL))
    68 	$(call CONFIG_LINE,WITH_SDL:=$(WITH_SDL))
    70 	$(call CONFIG_LINE,WITH_PNG:=$(WITH_PNG))
    69 	$(call CONFIG_LINE,WITH_PNG:=$(WITH_PNG))
    71 	$(call CONFIG_LINE,WITH_ICONV:=$(WITH_ICONV))
       
    72 	$(call CONFIG_LINE,STATIC_ZLIB_PATH:=$(STATIC_ZLIB_PATH))
    70 	$(call CONFIG_LINE,STATIC_ZLIB_PATH:=$(STATIC_ZLIB_PATH))
    73 	$(call CONFIG_LINE,WITH_COCOA:=$(WITH_COCOA))
    71 	$(call CONFIG_LINE,WITH_COCOA:=$(WITH_COCOA))
    74 	$(call CONFIG_LINE,)
    72 	$(call CONFIG_LINE,)
    75 
    73 
    76 	$(call CONFIG_LINE,\# OS flags)
    74 	$(call CONFIG_LINE,\# OS flags)