Skip to content

Commit

Permalink
winbuild/MakefileBuild.vc: Follow up on 0c8ccf7
Browse files Browse the repository at this point in the history
  • Loading branch information
mback2k committed Oct 3, 2012
1 parent 6b18f18 commit 7a53474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions winbuild/MakefileBuild.vc
Expand Up @@ -100,7 +100,7 @@ SSL_LIBS = libeay32.lib ssleay32.lib
USE_SSL = true
SSL = dll
!ELSEIF "$(WITH_SSL)"=="static"
SSL_LIBS = libeay32.lib ssleay32.lib gdi32.lib user32.lib advapi32.lib
SSL_LIBS = libeay32.lib ssleay32.lib gdi32.lib user32.lib
USE_SSL = true
SSL = static
!ENDIF
Expand Down Expand Up @@ -240,7 +240,7 @@ AS_DLL = true
CFGSET = true
!ENDIF

WIN_LIBS = ws2_32.lib wldap32.lib
WIN_LIBS = ws2_32.lib wldap32.lib advapi32.lib
!IF "$(CFGSET)" == "FALSE"
!ERROR please choose a valid mode
!ENDIF
Expand Down

0 comments on commit 7a53474

Please sign in to comment.