mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
updated for version 7.2b-000
This commit is contained in:
@@ -193,10 +193,6 @@ CPU = i386
|
||||
CPU = i386
|
||||
!endif # !PROCESSOR_ARCHITECTURE
|
||||
|
||||
!if ("$(CPU)" == "AMD64") || ("$(CPU)" == "IA64")
|
||||
DEFINES=$(DEFINES) /Wp64
|
||||
!endif
|
||||
|
||||
# Build a retail version by default
|
||||
|
||||
!if "$(DEBUG)" != "yes"
|
||||
@@ -211,6 +207,11 @@ MAKEFLAGS_GVIMEXT = DEBUG=yes
|
||||
|
||||
!include <Win32.mak>
|
||||
|
||||
# Turn on Win64 compatibility warnings for 32-bit compiler in VC8. (/Wp64 is
|
||||
# deprecated in VC9.)
|
||||
!if ("$(MSVCVER)" == "8.0")
|
||||
DEFINES=$(DEFINES) /Wp64
|
||||
!endif
|
||||
|
||||
#>>>>> path of the compiler and linker; name of include and lib directories
|
||||
# PATH = c:\msvc20\bin;$(PATH)
|
||||
|
Reference in New Issue
Block a user