comparison src/Make_mvc.mak @ 835:8bebcabccc2c v7.0e01

updated for version 7.0e01
author vimboss
date Mon, 17 Apr 2006 22:14:47 +0000
parents 6beb2c667935
children 2c885fab04e3
comparison
equal deleted inserted replaced
834:5117153003bd 835:8bebcabccc2c
165 !endif 165 !endif
166 !if "$(DEBUG)" == "yes" 166 !if "$(DEBUG)" == "yes"
167 OBJDIR = $(OBJDIR)d 167 OBJDIR = $(OBJDIR)d
168 !endif 168 !endif
169 169
170 # Win32.mak requires that CPU be set appropriately 170 # Win32.mak requires that CPU be set appropriately.
171 # To cross-compile for Win64, set CPU=AMD64 or CPU=IA64.
171 172
172 !ifdef PROCESSOR_ARCHITECTURE 173 !ifdef PROCESSOR_ARCHITECTURE
173 # We're on Windows NT or using VC 6+ 174 # We're on Windows NT or using VC 6+
175 ! ifndef CPU
174 CPU = $(PROCESSOR_ARCHITECTURE) 176 CPU = $(PROCESSOR_ARCHITECTURE)
175 ! if ("$(CPU)" == "x86") || ("$(CPU)" == "X86") 177 ! if ("$(CPU)" == "x86") || ("$(CPU)" == "X86")
176 CPU = i386 178 CPU = i386
179 ! endif
177 ! endif 180 ! endif
178 !else # !PROCESSOR_ARCHITECTURE 181 !else # !PROCESSOR_ARCHITECTURE
179 # We're on Windows 95 182 # We're on Windows 95
180 CPU = i386 183 CPU = i386
181 !endif # !PROCESSOR_ARCHITECTURE 184 !endif # !PROCESSOR_ARCHITECTURE