Created
May 29, 2013 06:37
-
-
Save NathanW2/5668374 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
path %SYSTEMROOT%\system32;%SYSTEMROOT%;%SYSTEMROOT%\System32\Wbem;C:\CMake 2.8\bin;C:\GnuWin32\bin;C:\GnuWin32\bin;C:\OSGeo4W\bin;C:\Git\bin | |
set PYTHONPATH= | |
set VS90COMNTOOLS=%ProgramFiles(x86)%\Microsoft Visual Studio 9.0\Common7\Tools\ | |
call "%ProgramFiles(x86)%\Microsoft Visual Studio 9.0\VC\vcvarsall.bat" x86 | |
set INCLUDE=%INCLUDE%;"C:\Program Files\Microsoft SDKs\Windows\v6.0A\include" | |
set LIB=%LIB%;"C:\Program Files\Microsoft SDKs\Windows\v6.0A\Lib" | |
set OSGEO4W_ROOT=C:\OSGeo4W | |
call "%OSGEO4W_ROOT%\bin\o4w_env.bat" | |
@set GRASS_PREFIX=c:/OSGeo4W/apps/grass/grass-6.4.0 | |
@set INCLUDE=%INCLUDE%;%OSGEO4W_ROOT%\include | |
@set LIB=%LIB%;%OSGEO4W_ROOT%\lib;%OSGEO4W_ROOT%\lib | |
start C:\Qt\qtcreator-2.6.2\bin\qtcreator.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment