summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f7549ab)
raw | patch | inline | side by side (parent: f7549ab)
author | daleharvey <daleharvey@users.sourceforge.net> | |
Wed, 21 Jun 2006 13:18:48 +0000 (13:18 +0000) | ||
committer | daleharvey <daleharvey@users.sourceforge.net> | |
Wed, 21 Jun 2006 13:18:48 +0000 (13:18 +0000) |
Makefile.mingw.common | patch | blob | history |
diff --git a/Makefile.mingw.common b/Makefile.mingw.common
index 70a2bcd9d6a84c6527e3b44d688a70f694af2371..e9533b0f8bba8a0d40e75c2444f6d9a2157b005d 100644 (file)
--- a/Makefile.mingw.common
+++ b/Makefile.mingw.common
####### file manipulation programs
CP = cp
-RMDIR = rm -rf
+RMDIR = rm -rf
MKDIR = mkdir
-CPDIR = cp -rf
+CPDIR = cp -rf
MSGFMT = msgfmt
-RMREC = find ./inkscape -type f -name
+RMREC = find ./inkscape -type f -name
RMREC1 = |xargs $(RM)
RMDIRREC = find ./inkscape -type d -name
RMDIRREC1 = |xargs $(RMDIR)
S = $(BSLASH)
####### escape character for echo
-E =
+E =
####### file manipulation programs
CP = copy
endif
MKDIR = mkdir
CPDIR = xcopy /e /i
-RMREC = cd inkscape & $(RM) /s /q
+RMREC = cd inkscape & $(RM) /s /q
RMREC1 = & cd ..
-RMDIRREC = cd inkscape & $(RMDIR) /s
+RMDIRREC = cd inkscape & $(RMDIR) /s
RMDIRREC1 = & cd ..
####### Where is your GTK directory?
####### Inkboard abilities.
####### You must 'make -f Makefile.mingw clean' when turning this on or off
-CFLAGS += -DWITH_INKBOARD
+##CFLAGS += -DWITH_INKBOARD
####### IMPLICIT RULES
.cpp.o:
PYTHONLIB = -L$(GTK)/python/libs -lpython24
#PYTHONLIB = -L$(GTK)/python/libs/libpython24.a
-####### remove -DLIBXML_STATIC
+####### remove -DLIBXML_STATIC
INC = -I. -I.. -I../.. -I../cxxtest $(GTKINC) -I$(GTK)/include \
$(PERLINC) $(PYTHONINC) -I$(GTK)/include/loudmouth-1.0 \
-I$(GTK)/include/libxml2 -I$(GTK)/include/freetype2 \