1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

OK, I hope the darn thing works on windows now

This commit is contained in:
fyodor
2006-11-20 08:46:08 +00:00
parent 49a4a74d70
commit 360bb361ab
2 changed files with 24 additions and 1 deletions

View File

@@ -105,3 +105,24 @@ intel:
AC_SUBST(POSIX_LOBJ)
o rm pcre_printint.src
o Comment out some build configuration lines from pcre.h because Nmap
builds a static library:
--- pcre.h (revision 4133)
+++ pcre.h (working copy)
@@ -58,8 +58,9 @@
#define PCRE_DATE 04-Jul-2006
/* Win32 uses DLL by default; it needs special stuff for exported functions
-when building PCRE. */
+when building PCRE. -- COMMENTED OUT BECAUSE I COMPILE STATICALLY */
+/*
#ifdef _WIN32
# ifdef PCRE_DEFINITION
# ifdef DLL_EXPORT
@@ -71,6 +72,7 @@
# endif
# endif
#endif
+*/

View File

@@ -58,8 +58,9 @@ circumstance. */
#define PCRE_DATE 04-Jul-2006
/* Win32 uses DLL by default; it needs special stuff for exported functions
when building PCRE. */
when building PCRE. -- COMMENTED OUT BECAUSE I COMPILE STATICALLY */
/*
#ifdef _WIN32
# ifdef PCRE_DEFINITION
# ifdef DLL_EXPORT
@@ -71,6 +72,7 @@ when building PCRE. */
# endif
# endif
#endif
*/
/* Otherwise, we use the standard "extern". */