grim/guifications2

Thanks to Ankit for noticing that we're overriding the CFLAGS here.
org.guifications.gf2
2007-05-03, Daniel Atallah
402084393d26
Parents 5e11127271b1
Children 28326e495182
Thanks to Ankit for noticing that we're overriding the CFLAGS here.
--- a/src/Makefile.mingw Wed May 02 23:52:04 2007 -0400
+++ b/src/Makefile.mingw Thu May 03 02:57:48 2007 -0400
@@ -23,11 +23,11 @@
# Compiler Options
-CFLAGS =
+#CFLAGS =
DEFINES = -DGF_VERSION=\"$(GF_VERSION)\" -DGETTEXT_PACKAGE=\"$(GF)\" -DHAVE_CONFIG_H
-LDFLAGS =
+#LDFLAGS =
#-mwindows
@@ -108,7 +108,6 @@
include $(PIDGIN_COMMON_RULES)
-
##
## TARGET DEFINITIONS
##
@@ -135,3 +134,5 @@
clean:
rm -f *.o
rm -f $(GF).dll
+
+include $(PIDGIN_COMMON_TARGETS)