makefiledir/Makefile.config_writer
changeset 2713 9c42385e4f41
parent 2688 067c4362dcb0
child 2717 06474b396054
--- a/makefiledir/Makefile.config_writer	Sat Dec 03 13:43:54 2005 +0000
+++ b/makefiledir/Makefile.config_writer	Sun Dec 04 17:36:19 2005 +0000
@@ -92,6 +92,14 @@
 	$(call CONFIG_LINE,MINGW:=$(MINGW))
 	$(call CONFIG_LINE,)
 
+	$(call CONFIG_LINE,\# Universal binary setup)
+	$(call CONFIG_LINE,\# use these settings for the CPU type, that is not covered by the other settings)
+	$(call CONFIG_LINE,CC_UNI:=$(CC_UNI))
+	$(call CONFIG_LINE,CFLAGS_UNI:=$(CFLAGS_UNI))
+	$(call CONFIG_LINE,LDFLAGS_UNI:=$(LDFLAGS_UNI))
+	$(call CONFIG_LINE,SDL-CONFIG_UNI:=$(SDL-CONFIG_UNI))
+	$(call CONFIG_LINE,LIBPNG-CONFIG_UNI:=$(LIBPNG-CONFIG_UNI))
+
 	$(call CONFIG_LINE,\# For cross-compiling)
 	$(call CONFIG_LINE,CC_TARGET:=$(CC_TARGET))
 	$(call CONFIG_LINE,CC_HOST:=$(CC_HOST))