~vaifrax/inkscape/bugfix170049

« back to all changes in this revision

Viewing changes to mingwenv.bat

  • Committer: mental
  • Date: 2006-01-16 02:36:01 UTC
  • Revision ID: mental@users.sourceforge.net-20060116023601-wkr0h7edl5veyudq
moving trunk for module inkscape

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@echo Setting environment variables for MinGw build of Inkscape
 
2
set GTK=c:\gtk26
 
3
set path=c:\mingw\bin;%GTK%\bin;%path%
 
4