X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Makefile.mingw.common;h=f619f2a886a111b00c4c70f018c1f0276abe4275;hb=f8a5a17a0712d40d798efcc5c3e4efc8a6838562;hp=be23d1ac89d722c153db26f3d75f708b3af4e40c;hpb=ca43a6feb9fd8cbde4d7ba66d3d7e751cca5cfd8;p=inkscape.git 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