small build fix for 2010 VC compiler

This commit is contained in:
Luke Howard
2011-09-12 20:41:29 +10:00
parent 775a452313
commit 46d89ed0f4

View File

@@ -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