Code

Refactor snapping of gradient handles; now behaves like all other snapping, i.e....
[inkscape.git] / mingwenv.bat
index e56b06bcf5468c47128f4a348a54106941929d5a..75f6f82dd71d3988c8b5ceef5e93c490fcb18554 100755 (executable)
@@ -1,5 +1,8 @@
 @echo Setting environment variables for MinGw build of Inkscape
-set GTK=c:/gtk210
-set GTKDOS=c:\gtk210
-set path=c:\mingw\bin;%GTKDOS%\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%