mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 18:09:48 +00:00
Add comments on potential environment misdetection
This commit is contained in:
parent
9c58ba8f2b
commit
16f9cbc82a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user