Code

patches for LP bug 461964, latitude hiding formula and comment 13.
[inkscape.git] / mingwenv.bat
index 367293e45a2d4da5f60e42a6ee073eac232e87d2..75f6f82dd71d3988c8b5ceef5e93c490fcb18554 100755 (executable)
@@ -1,4 +1,8 @@
 @echo Setting environment variables for MinGw build of Inkscape
-set GTK=c:\gtk26
-set path=c:\mingw\bin;%GTK%\bin;%path%
-
+set MINGW_BIN=c:\mingw\bin
+set CMAKE_BIN=c:\cmake\bin
+set GTK=c:/devlibs
+set GTKDOS=c:\devlibs
+set PKG_CONFIG_PATH=c:/devlibs/lib/pkgconfig
+set DEVLIBS_PATH=c:/devlibs
+set PATH=%MINGW_BIN%;%CMAKE_BIN%;%GTKDOS%\bin;%GTKDOS%\python;%PATH%