comparison src/Make_mvc.mak @ 2243:03a5f2897db3 vim73

Fix completion of file names with '%' and '*'.
author Bram Moolenaar <bram@vim.org>
date Tue, 01 Jun 2010 21:57:09 +0200
parents bc4685345719
children ccda151dde4e
comparison
equal deleted inserted replaced
2242:bc4685345719 2243:03a5f2897db3
206 206
207 # Get all sorts of useful, standard macros from the Platform SDK. 207 # Get all sorts of useful, standard macros from the Platform SDK.
208 208
209 !include <Win32.mak> 209 !include <Win32.mak>
210 210
211 # May turn on Win64 compatibility warnings for VC7.x and VC8. 211 # Flag to turn on Win64 compatibility warnings for VC7.x and VC8.
212 WP64CHECK = /Wp64 212 WP64CHECK = /Wp64
213 213
214 #>>>>> path of the compiler and linker; name of include and lib directories 214 #>>>>> path of the compiler and linker; name of include and lib directories
215 # PATH = c:\msvc20\bin;$(PATH) 215 # PATH = c:\msvc20\bin;$(PATH)
216 # INCLUDE = c:\msvc20\include 216 # INCLUDE = c:\msvc20\include