Skip to content

Commit

Permalink
For windows release 9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
markummitchell-tu committed Aug 27, 2016
1 parent 1a5e042 commit c53b23e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions dev/windows/setup_win10.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
@echo off

rem Variables must go BEFORE vcvars32.bat which breaks all later SETs
set QTDIR=C:\Qt\5.6\msvc2013
set FFTW_HOME=%USERPROFILE%\fftw-3.3.3
set LOG4CPP_HOME=%USERPROFILE%\log4cpp_null

rem mingw
set PATH=/c/MinGW/bin;%QTDIR%/bin;%PATH%

rem PATH must point to .../Microsoft Visual Studio 14.0/vc/vcvars32.bat
vcvars32.bat
2 changes: 1 addition & 1 deletion dev/windows/setup_32bit.bat → dev/windows/setup_win7.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set FFTW_HOME=%USERPROFILE%\fftw-3.3.4
set LOG4CPP_HOME=%USERPROFILE%\log4cpp_null

rem mingw
set PATH=/c/MinGW/bin;%PATH%
set PATH=/c/MinGW/bin;%QTDIR%/bin;%PATH%

rem PATH must point to .../Microsoft Visual Studio 14.0/vc/vcvarsall.bat
vcvarsall.bat

0 comments on commit c53b23e

Please sign in to comment.