Skip to content

Instantly share code, notes, and snippets.

@flybyray
Last active January 1, 2017 21:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flybyray/7c62bc12114f08344ab79eea9576caa8 to your computer and use it in GitHub Desktop.
Save flybyray/7c62bc12114f08344ab79eea9576caa8 to your computer and use it in GitHub Desktop.
startup file to set environment
CALL d:\develop\CMake\setpath.bat
CALL d:\develop\Qt\5.7\msvc2015\bin\qtenv2.bat
@echo on
CALL "c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86
@echo on
SET "QT5DIR=d:\develop\Qt\5.7\msvc2015"
SET "GLC_PATH=d:\develop\quesoglc\0.7.2"
cd d:\warzone\warzone2100\win32
cd %~dp1
%SystemRoot%\system32\cmd.exe /E:ON /V:ON /k %1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment