looks like this should be static, not dll
authorTom Wright <tom@Tom-Wrights-iMac-3.local>
Fri, 24 Jun 2011 18:49:07 +0000 (11:49 -0700)
committerTom Wright <tom@Tom-Wrights-iMac-3.local>
Fri, 24 Jun 2011 18:49:07 +0000 (11:49 -0700)
winbuild/Makefile.vc

index be4aca3..5efd092 100644 (file)
@@ -64,7 +64,7 @@ USE_SSL      = true
 SSL=dll\r
 !ELSEIF "$(WITH_SSL)"=="static"\r
 USE_SSL      = true\r
-SSL=dll\r
+SSL=static\r
 !ENDIF\r
 \r
 !IF "$(WITH_ZLIB)"=="dll"\r