X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile.mingw.common;h=f619f2a886a111b00c4c70f018c1f0276abe4275;hb=8e5982748234bd63de5371aa853475910e75781f;hp=be23d1ac89d722c153db26f3d75f708b3af4e40c;hpb=acf0eaf41f1d3dfd2f5688b14b4819d4712a61f0;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