Code

fixed another localization issue - file extension names are now localized properly.
[inkscape.git] / mingwenv.bat
index 367293e45a2d4da5f60e42a6ee073eac232e87d2..ebb15c586507cb761db513ea8bdfad25d4f4278e 100755 (executable)
@@ -1,4 +1,5 @@
 @echo Setting environment variables for MinGw build of Inkscape
-set GTK=c:\gtk26
-set path=c:\mingw\bin;%GTK%\bin;%path%
+set GTK=c:/devlibs
+set GTKDOS=c:\devlibs
+set path=c:\mingw\bin;%GTKDOS%\bin;%path%