added some new scripts to specialize building and a build script for visual studio 2008
This commit is contained in:
parent
fe231cd701
commit
52b5274094
4 changed files with 29 additions and 6 deletions
5
eo/build_vs2008_release.bat
Normal file
5
eo/build_vs2008_release.bat
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
mkdir release
|
||||
cd release
|
||||
cmake -G "Visual Studio 9 2008" ..
|
||||
cd ..
|
||||
pause
|
||||
Reference in a new issue