-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1a5e042
commit c53b23e
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
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 |
This file contains 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