diff options
| author | Adib Taraben <theadib@gmail.com> | 2006-07-09 14:08:12 +0000 |
|---|---|---|
| committer | theadib <theadib@users.sourceforge.net> | 2006-07-09 14:08:12 +0000 |
| commit | d5eae5a105a506971663df78baeae865a950d961 (patch) | |
| tree | ce1206e16f24295ba65e80f5299f4f72150f7614 /Makefile.mingw.common | |
| parent | Filter effects bounding box calculation makes use of area settings (diff) | |
| download | inkscape-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.common | 4 |
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 |
