blob: 2e411bbd3b7dc94df1a6f679b8b8c9f7d617e8b6 [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-debug goto checkmk
mkdir msvc-debug
:checkmk
cd msvc-debug
if exist Makefile goto dobuild
@echo on
cmake -DCMAKE_BUILD_TYPE=Debug ..\..
:dobuild
@echo on
nmake %*