Code

jabber_whiteboard/message-node.h: Supply missing #includes/declarations so that we...
[inkscape.git] / mingwenv.bat
index af77b7b6f61cbdf749e237099fddb45488a0a97a..b0c5976dddecefb458957c7e781d45d5733be766 100755 (executable)
@@ -1,4 +1,8 @@
 @echo Setting environment variables for MinGw build of Inkscape
-set GTK=c:\gtk28
-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;%PATH%