gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 139/173: winbuild: add note on auto-detection of MA


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 139/173: winbuild: add note on auto-detection of MACHINE in Makefile.vc
Date: Fri, 24 Feb 2017 14:02:41 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.53.1
in repository gnurl.

commit 3cc30e8207b5ab3a9a381c0ff3584d1af8dc54a1
Author: Simon Warta <address@hidden>
AuthorDate: Thu Feb 16 17:27:03 2017 +0100

    winbuild: add note on auto-detection of MACHINE in Makefile.vc
    
    Closes #1265
---
 winbuild/Makefile.vc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/winbuild/Makefile.vc b/winbuild/Makefile.vc
index 1443dfa02..f78da4343 100644
--- a/winbuild/Makefile.vc
+++ b/winbuild/Makefile.vc
@@ -57,7 +57,10 @@ ENABLE_SSPI = $(USE_SSPI)
 !ENDIF
 
 # default options
+
 !IFNDEF MACHINE
+# Note: nmake magically changes the value of PROCESSOR_ARCHITECTURE from 
"AMD64"
+# to "x86" when building in a 32 bit build environment on a 64 bit machine.
 !IF "$(PROCESSOR_ARCHITECTURE)"=="AMD64"
 MACHINE = x64
 !ELSE

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]