Skip to content

Commit

Permalink
Merge of r5005, r5031, r5066: PCRE and OpenSSL for win32 builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdounin committed Feb 11, 2013
1 parent 7eafb77 commit 07b961d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ TEMP = tmp
REPO = $(shell svn info | sed -n 's/^Repository Root: //p')

OBJS = objs.msvc8
OPENSSL = openssl-1.0.1c
OPENSSL = openssl-1.0.1e
ZLIB = zlib-1.2.7
PCRE = pcre-8.31
PCRE = pcre-8.32


release:
Expand Down

0 comments on commit 07b961d

Please sign in to comment.