From f00a249577134c07e413333e5589a7f359d0e291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20St=C3=B6neberg?= Date: Fri, 28 Dec 2012 01:14:40 +0000 Subject: [PATCH] forgot to add comment in windows.mak (nw) --- src/osd/windows/windows.mak | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/osd/windows/windows.mak b/src/osd/windows/windows.mak index 83649508a3c..a1fa0dae262 100644 --- a/src/osd/windows/windows.mak +++ b/src/osd/windows/windows.mak @@ -51,6 +51,9 @@ # uncomment next line to enable a build using Microsoft tools # MSVC_BUILD = 1 +# uncomment next line to enable code analysis using Microsoft tools +# MSVC_ANALYSIS = 1 + # uncomment next line to use cygwin compiler # CYGWIN_BUILD = 1