summaryrefslogtreecommitdiff
path: root/cryptest.nmake
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-12-28 11:43:55 -0500
committerJeffrey Walton <noloader@gmail.com>2018-12-28 11:43:55 -0500
commit16f9cbc82a7923bb21698c2e6f7f2a93a59dfeba (patch)
treede59236c2536d0a19fb26fd6d748d7c602ca94d1 /cryptest.nmake
parent9c58ba8f2bae898fddd19e1b4e02f66df7e739da (diff)
downloadcryptopp-git-16f9cbc82a7923bb21698c2e6f7f2a93a59dfeba.tar.gz
Add comments on potential environment misdetection
Diffstat (limited to 'cryptest.nmake')
-rw-r--r--cryptest.nmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/cryptest.nmake b/cryptest.nmake
index e2a5db72..7fd6dbfa 100644
--- a/cryptest.nmake
+++ b/cryptest.nmake
@@ -129,6 +129,13 @@ LD = link.exe
AR = lib.exe
RM = del.exe
+# We may misdetect the environment on VS2005 or so. Uncomment as
+# needed to match the Developer Prompt environment.
+# PLATFORM = x86
+# PLATFORM = x64
+# PLATFORM = arm
+# PLATFORM = arm64
+
# C4231 is needed for VS2008 and below. Lots of noise...
CXXFLAGS = /nologo /W4 /wd4231 /wd4511 /wd4156 /D_MBCS /Zi /TP /GR /EHsc
LDFLAGS = /nologo /SUBSYSTEM:CONSOLE /DEBUG