5 lines
72 B
Batchfile
5 lines
72 B
Batchfile
mkdir release
|
|
cd release
|
|
cmake -G "Visual Studio 9 2008" ..
|
|
cd ..
|
|
pause
|