aboutsummaryrefslogtreecommitdiff
path: root/winbuild
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2012-04-23 16:28:01 +0200
committerYang Tse <yangsita@gmail.com>2012-04-23 16:28:01 +0200
commitd6c449e3b4262aa29c1594d64379a8c26d9a5c38 (patch)
tree020e22930ac9dfc4c926fbe43f6fd880ad962e11 /winbuild
parent071f8d4182ec86b236404e0af3dadfd0bf3270c8 (diff)
Revert "sspi: Added version information"
This reverts commit 2976de480808119dae08fc6f52c8d75ba1aedb1a.
Diffstat (limited to 'winbuild')
-rw-r--r--winbuild/MakefileBuild.vc2
1 files changed, 0 insertions, 2 deletions
diff --git a/winbuild/MakefileBuild.vc b/winbuild/MakefileBuild.vc
index 1a7850ad5..238b3ea60 100644
--- a/winbuild/MakefileBuild.vc
+++ b/winbuild/MakefileBuild.vc
@@ -145,7 +145,6 @@ USE_SSPI=yes
!IF "$(USE_SSPI)"=="yes"
CFLAGS_SSPI = /DUSE_WINDOWS_SSPI
-LFLAGS_SSPI = version.lib
USE_SSPI=true
!ENDIF
@@ -284,7 +283,6 @@ CONFIG_NAME_LIB = $(CONFIG_NAME_LIB)-ipv6
!IF "$(USE_SSPI)"=="true"
CFLAGS = $(CFLAGS) $(CFLAGS_SSPI)
-LFLAGS = $(LFLAGS) $(LFLAGS_SSPI)
CONFIG_NAME_LIB = $(CONFIG_NAME_LIB)-sspi
!ENDIF