summaryrefslogtreecommitdiffstats
path: root/Makefile.mingw.common
diff options
context:
space:
mode:
authorAdib Taraben <theadib@gmail.com>2006-07-09 14:08:12 +0000
committertheadib <theadib@users.sourceforge.net>2006-07-09 14:08:12 +0000
commitd5eae5a105a506971663df78baeae865a950d961 (patch)
treece1206e16f24295ba65e80f5299f4f72150f7614 /Makefile.mingw.common
parentFilter effects bounding box calculation makes use of area settings (diff)
downloadinkscape-d5eae5a105a506971663df78baeae865a950d961.tar.gz
inkscape-d5eae5a105a506971663df78baeae865a950d961.zip
patch 1491236 minor win32 build adjustment
(bzr r1382)
Diffstat (limited to 'Makefile.mingw.common')
-rw-r--r--Makefile.mingw.common4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.mingw.common b/Makefile.mingw.common
index be23d1ac8..f619f2a88 100644
--- a/Makefile.mingw.common
+++ b/Makefile.mingw.common
@@ -118,10 +118,14 @@ RMDIRREC = cd inkscape & $(RMDIR) /s
RMDIRREC1 = & cd ..
####### Where is your GTK directory?
+ifndef GTK
GTK=c:/gtk28
+endif
####### Same thing, DOS style
+ifndef GTKDOS
GTKDOS=c:\gtk28
+endif
####### Command to process .po files --> .mo
MSGFMT = $(GTKDOS)$(S)bin$(S)msgfmt