grim/guifications1

hope this works now...

2003-12-28, grim
f2b2f9ce98c8
Parents 8ecab3048084
Children a903390656ad
hope this works now...
--- a/Makefile.mingw Sun Dec 28 17:41:12 2003 +0000
+++ b/Makefile.mingw Sun Dec 28 18:40:43 2003 +0000
@@ -22,7 +22,7 @@
# Compiler Options
-CFLAGS =
+CFLAGS = -g
DEFINES =
@@ -62,18 +62,13 @@
gf_conf.c \
gf_prefs.c \
gf_utils.c \
- gf_pngs.c \
- gf_gtkutils.c
+ gf_pngs.c
C_SRC2 = \
gf_theme_editor.c \
- guifications.c \
- grimdirtreeview.c \
+ gtkdirtreeview.c \
gf_pngs.c \
- gf_utils.c \
- gf_prefs.c \
- gf_conf.c \
- gf_gtkutils.c
+ $(GAIM_TOP)/src/xmlnode.c
OBJECTS = $(C_SRC:%.c=%.o)
OBJECTS2 = $(C_SRC2:%.c=%.o)
@@ -145,3 +140,4 @@
rm -rf *.o
rm -rf $(TARGET).dll
rm -rf $(TARGET2).exe
+