Skip to content

Commit

Permalink
Whoops. It is gdi.lib, not gdi32.lib. (github issue #61)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmathewson committed May 12, 2013
1 parent d3d999a commit 8ab612e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile.nmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
!IFDEF OPENSSL_DIR
SSL_CFLAGS=/I$(OPENSSL_DIR)\include /DEVENT__HAVE_OPENSSL
SSL_OBJS=regress_ssl.obj
SSL_LIBS=..\libevent_openssl.lib $(OPENSSL_DIR)\lib\libeay32.lib $(OPENSSL_DIR)\lib\ssleay32.lib gdi.lib User32.lib
SSL_LIBS=..\libevent_openssl.lib $(OPENSSL_DIR)\lib\libeay32.lib $(OPENSSL_DIR)\lib\ssleay32.lib gdi32.lib User32.lib
!ELSE
SSL_CFLAGS=
SSL_OBJS=
Expand Down

0 comments on commit 8ab612e

Please sign in to comment.