forked from simulationcraft/simc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Havoc] Add Chaotic Transformation Support
- Loading branch information
1 parent
cb6e3d5
commit 37be703
Showing
15 changed files
with
224,060 additions
and
18 deletions.
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,5 @@ | ||
root = true | ||
|
||
[*.{c,h,cpp,hpp}] | ||
indent_size = 2 | ||
indent_style = space |
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
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 @@ | ||
:: Example script that will work on a computer with qt 5.6 + vs2015 | ||
:: See: https://github.com/simulationcraft/simc/wiki/HowToBuild#alternate-way-for-microsoft-windows | ||
:: These are default paths, if installed to non-default paths enter those in instead. | ||
:: Change 5.6.2\5.6 to 5.x.y\5.x if you are using qt 5.x.y instead. | ||
:: Change win32-msvc2015 to win32-msvc2013 and 14.0 to 12.0 for vs2013 | ||
:: qmake must be in your path | ||
cd .. | ||
set currdir=%cd% | ||
call C:\Qt\Qt5.9.1\5.9.1\msvc2017_64\bin\qtenv2.bat | ||
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x64 | ||
cd /D %currdir% | ||
qmake -r -tp vc -spec win32-msvc simulationcraft.pro |
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
Oops, something went wrong.