-
Notifications
You must be signed in to change notification settings - Fork 567
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(build.bat): customize PLATFORM_TOOLSET settings
Squashed commit of the following: commit 323b5bb Author: Chen Gong <chen.sst@gmail.com> Date: Thu Feb 22 01:01:45 2018 +0800 chore(build.bat): fix typo [ci skip] commit 0f12562 Author: Chen Gong <chen.sst@gmail.com> Date: Thu Feb 22 00:55:52 2018 +0800 chore(render.js): display interpolated environment variables commit 75999ec Author: Prcuvu <prcuvu@gmail.com> Date: Wed Feb 21 20:19:51 2018 +0800 fix(render.js): use ADO stream to handle UTF-8 encoding commit 3edd85e Author: Chen Gong <chen.sst@gmail.com> Date: Wed Feb 21 18:39:36 2018 +0800 chore(appveyor): use auto-generated weasel.props commit 796d202 Author: Chen Gong <chen.sst@gmail.com> Date: Wed Feb 21 18:37:12 2018 +0800 feat(build.bat): generate weasel.props by interpolating variables in template commit 709e697 Author: Chen Gong <chen.sst@gmail.com> Date: Wed Feb 21 17:57:26 2018 +0800 chore(build.bat): let user set environment variables while providing defaults commit 66787f0 Author: Prcuvu <prcuvu@gmail.com> Date: Wed Feb 21 17:07:39 2018 +0800 Update INSTALL.md commit ebf8575 Author: Prcuvu <prcuvu@gmail.com> Date: Wed Feb 21 17:00:18 2018 +0800 chore(boost.bat): improve detection for :build_boost commit 3c6d76c Author: Prcuvu <prcuvu@gmail.com> Date: Wed Feb 21 14:05:18 2018 +0800 Fix include order in project files. commit 5a1bb45 Author: Chen Gong <chen.sst@gmail.com> Date: Mon Feb 19 03:08:05 2018 +0800 feat(build.bat): customize PLATFORM_TOOLSET settings
- Loading branch information
Showing
24 changed files
with
659 additions
and
763 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 |
---|---|---|
|
@@ -18,6 +18,7 @@ ReleaseHant/ | |
/lib/*.lib | ||
/include/glog | ||
/ipch | ||
env.bat | ||
weasel.props | ||
*.log | ||
*.user | ||
|
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.