blob: 3ff47eb695dc251027f4585578d854f0feb068b7 [file] [log] [blame]
@echo off
REM The Visual C++ compiler must be in your path
REM This is handled automatically with CDT's Visual C++ integration
if exist msvc-release goto checkmk
mkdir msvc-release
:checkmk
cd msvc-release
if exist Makefile goto dobuild
@echo on
cmake -DCMAKE_BUILD_TYPE=Release ..\..
:dobuild
@echo on
nmake %*