From f20bac996da46556a821c1b0244a202e652fe247 Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 30 May 2014 15:45:57 -0400 Subject: Fix Windows build and update library names to the newer ones. Also fix crash on Windows when unloading a module because it threw an exception. --- modules/extra/m_regex_pcre.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/extra/m_regex_pcre.cpp') diff --git a/modules/extra/m_regex_pcre.cpp b/modules/extra/m_regex_pcre.cpp index b6bf88af1..7cbde87db 100644 --- a/modules/extra/m_regex_pcre.cpp +++ b/modules/extra/m_regex_pcre.cpp @@ -1,4 +1,5 @@ /* RequiredLibraries: pcre */ +/* RequiredWindowsLibraries: libpcre */ #include "module.h" #include -- cgit