diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2019-12-22 16:45:21 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2019-12-22 16:45:21 +0100 |
commit | a91069e2abd0276638cbc55a0f6b6d5e685c4a93 (patch) | |
tree | 1af0514cb06c99ad7b55defa398eb253666d1c89 /lib/lanplus/ipmiplus.mak | |
parent | fd5b20783fcab6050b5bb1dd66b29a76cb6705c5 (diff) | |
parent | 2a7448a72a118fd596bf35c46a216ea3fe689ceb (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'lib/lanplus/ipmiplus.mak')
-rw-r--r-- | lib/lanplus/ipmiplus.mak | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/lanplus/ipmiplus.mak b/lib/lanplus/ipmiplus.mak index 5c851c2..4e02d0f 100644 --- a/lib/lanplus/ipmiplus.mak +++ b/lib/lanplus/ipmiplus.mak @@ -11,7 +11,11 @@ O_LIB=lanplus.lib # Set your compiler options
CC=cl
-CF_EX=/DWIN32 $(INC) /D_CONSOLE /DNDEBUG /D_CRT_SECURE_NO_DEPRECATE
+!ifndef DSSL11
+CF_EX=/DWIN32 $(INC) /D_CONSOLE /DNDEBUG /D_CRT_SECURE_NO_DEPRECATE
+!else
+CF_EX=/DWIN32 $(INC) /D_CONSOLE /DNDEBUG /D_CRT_SECURE_NO_DEPRECATE /DSSL11
+!endif
# CFLAGS= /MD /W3 /WX /Ox /O2 /Ob2 /Gs0 /GF /Gy /nologo $(CF_EX)
# CFLAGS= /W3 /Ox /O2 /Ob2 /Gs0 /GF /Gy /nologo $(CF_EX)
# CFLAGS= /W3 /O2 /Zi /MD /GF /Gy /nologo $(CF_EX)
|