diff options
author | Tom Wright <tom@Tom-Wrights-iMac-3.local> | 2011-06-24 11:49:07 -0700 |
---|---|---|
committer | Tom Wright <tom@Tom-Wrights-iMac-3.local> | 2011-06-24 11:49:07 -0700 |
commit | b7e242de0edbbba068dae697f3484b4da6e58f0e (patch) | |
tree | 33b24cc18e73cca47387c5993ad079cee3eda951 /winbuild | |
parent | 17a2d70dc40fedef7865648f3662d0e239a3036c (diff) |
looks like this should be static, not dll
Diffstat (limited to 'winbuild')
-rw-r--r-- | winbuild/Makefile.vc | 2 |
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"
|