Code

add needed win32 package file
[inkscape.git] / mingwenv.bat
index ebb15c586507cb761db513ea8bdfad25d4f4278e..75f6f82dd71d3988c8b5ceef5e93c490fcb18554 100755 (executable)
@@ -1,5 +1,8 @@
 @echo Setting environment variables for MinGw build of Inkscape
+set MINGW_BIN=c:\mingw\bin
+set CMAKE_BIN=c:\cmake\bin
 set GTK=c:/devlibs
 set GTKDOS=c:\devlibs
-set path=c:\mingw\bin;%GTKDOS%\bin;%path%
-
+set PKG_CONFIG_PATH=c:/devlibs/lib/pkgconfig
+set DEVLIBS_PATH=c:/devlibs
+set PATH=%MINGW_BIN%;%CMAKE_BIN%;%GTKDOS%\bin;%GTKDOS%\python;%PATH%