mirror of
https://git.openafs.org/openafs.git
synced 2025-01-20 07:51:00 +00:00
DEVEL15-windows-amd64-20070619
Use 0x0502 instead of 0x0500. There is no 64-bit Windows 2000 support.
Explicitly list the machine type as X64 for linking.
(cherry picked from commit f1db63646c
)
This commit is contained in:
parent
0ebd80e33b
commit
0791f05217
@ -208,9 +208,9 @@ afscdefs =\
|
||||
-I$(DESTDIR)\include\rx \
|
||||
-DWIN32_LEAN_AND_MEAN \
|
||||
-DSTRICT \
|
||||
-D_WIN32_IE=0x0500 \
|
||||
-D_WIN32_WINNT=0x0500 \
|
||||
-DWINVER=0x0500 \
|
||||
-D_WIN32_IE=0x0502 \
|
||||
-D_WIN32_WINNT=0x0502 \
|
||||
-DWINVER=0x0502 \
|
||||
-DREGISTER_POWER_NOTIFICATIONS \
|
||||
-DAFS_AFSDB_ENV \
|
||||
-DAFS_FREELANCE_CLIENT \
|
||||
@ -357,7 +357,7 @@ RC = $(rc) $(rcvars) $(rcflags) $(AFSDEV_AUXRCFLAGS) /d "AFSPRODUCT_VERSION=\"$(
|
||||
#################### Link optional build flags set ###########
|
||||
|
||||
afslflags = $(afslflags) \
|
||||
/FIXED:NO /VERBOSE:LIB
|
||||
/FIXED:NO /VERBOSE:LIB /MACHINE:X64
|
||||
|
||||
!IF ("$(AFSVER_CL)"=="1400")
|
||||
afslflags = $(afslflags) /MANIFEST
|
||||
|
Loading…
Reference in New Issue
Block a user