diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2019-12-22 16:45:00 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2019-12-22 16:45:00 +0100 |
commit | 2a7448a72a118fd596bf35c46a216ea3fe689ceb (patch) | |
tree | 1af0514cb06c99ad7b55defa398eb253666d1c89 /lib/lanplus/ipmiplus.mak | |
parent | fd5b20783fcab6050b5bb1dd66b29a76cb6705c5 (diff) | |
parent | 596189b7b38b9869fa632f9f15fe76652c4d6a3d (diff) |
Update upstream source from tag 'upstream/3.1.5'
Update to upstream version '3.1.5'
with Debian dir 5186277f3858581c5c76526eb853cfa89fa81fef
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)
|