From 46d89ed0f4a3c1efd2ce3eaf937b19732557b244 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Mon, 12 Sep 2011 20:41:29 +1000 Subject: [PATCH] small build fix for 2010 VC compiler --- packages/windows/installer/NTMakefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/windows/installer/NTMakefile b/packages/windows/installer/NTMakefile index 03c368b63..42e89f987 100644 --- a/packages/windows/installer/NTMakefile +++ b/packages/windows/installer/NTMakefile @@ -96,7 +96,9 @@ clean:: ###################################################################### # Runtime modules -!if [ $(PERL) $(SRC)\cf\w32-detect-vc-version.pl $(CC) ]==15 +!if [ $(PERL) $(SRC)\cf\w32-detect-vc-version.pl $(CC) ]==16 +VCVER=VC100 +!elseif [ $(PERL) $(SRC)\cf\w32-detect-vc-version.pl $(CC) ]==15 VCVER=VC90 !elseif [ $(PERL) $(SRC)\cf\w32-detect-vc-version.pl $(CC) ]==14 VCVER=VC80