Skip to content

Commit

Permalink
Check cl.exe's version
Browse files Browse the repository at this point in the history
  • Loading branch information
k-takata committed Jan 14, 2016
1 parent 0c4d9b6 commit 79a9e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Make_mvc.mak
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ WINVER = 0x0400
#VIMRCLOC = somewhere
#VIMRUNTIMEDIR = somewhere

CFLAGS = -c /W3 /nologo $(CVARS) -I. -Iproto -DHAVE_PATHDEF -DWIN32 \
CFLAGS = -c /W3 $(CVARS) -I. -Iproto -DHAVE_PATHDEF -DWIN32 \
$(SNIFF_DEFS) $(CSCOPE_DEFS) $(NETBEANS_DEFS) \
$(NBDEBUG_DEFS) $(XPM_DEFS) \
$(DEFINES) -DWINVER=$(WINVER) -D_WIN32_WINNT=$(WINVER) \
Expand Down

0 comments on commit 79a9e44

Please sign in to comment.