Add the build .bat files as a maintenance aid.

This commit is contained in:
Beman
2013-09-01 08:44:27 -04:00
parent 016d3b2e7c
commit 79391248e0
2 changed files with 2 additions and 0 deletions

1
build/g++build.bat Normal file
View File

@@ -0,0 +1 @@
..\..\..\bjam toolset=gcc-4.5 variant=release link=static address-model=64 cxxflags=-march=native %*

1
build/vc++build.bat Normal file
View File

@@ -0,0 +1 @@
bjam toolset=msvc-11.0Express variant=release link=static address-model=64 %*