aboutsummaryrefslogtreecommitdiff
path: root/winbuild/Makefile.vc
diff options
context:
space:
mode:
authorTom Wright <tom@Tom-Wrights-iMac-3.local>2011-06-24 11:49:07 -0700
committerTom Wright <tom@Tom-Wrights-iMac-3.local>2011-06-24 11:49:07 -0700
commitb7e242de0edbbba068dae697f3484b4da6e58f0e (patch)
tree33b24cc18e73cca47387c5993ad079cee3eda951 /winbuild/Makefile.vc
parent17a2d70dc40fedef7865648f3662d0e239a3036c (diff)
looks like this should be static, not dll
Diffstat (limited to 'winbuild/Makefile.vc')
-rw-r--r--winbuild/Makefile.vc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winbuild/Makefile.vc b/winbuild/Makefile.vc
index be4aca3ed..5efd0920f 100644
--- a/winbuild/Makefile.vc
+++ b/winbuild/Makefile.vc
@@ -64,7 +64,7 @@ USE_SSL = true
SSL=dll
!ELSEIF "$(WITH_SSL)"=="static"
USE_SSL = true
-SSL=dll
+SSL=static
!ENDIF
!IF "$(WITH_ZLIB)"=="dll"