]> granicus.if.org Git - libevent/commitdiff
Fix so that old nmake project still builds.
authorJoakim Soderberg <joakim.soderberg@gmail.com>
Tue, 14 Jan 2014 16:53:47 +0000 (17:53 +0100)
committerJoakim Soderberg <joakim.soderberg@gmail.com>
Tue, 14 Jan 2014 16:53:47 +0000 (17:53 +0100)
Makefile.nmake
test/Makefile.nmake

index 39efbc91e5622d7db2520df884eeb1e0dde9944e..f27cd61949a23385b5047f95c7c6bcf28ff2adc6 100644 (file)
@@ -20,7 +20,7 @@ SSL_CFLAGS=
 !ENDIF
 
 # Needed for correctness
-CFLAGS=/IWIN32-Code /Iinclude /Icompat /DHAVE_CONFIG_H /I. $(SSL_CFLAGS)
+CFLAGS=/IWIN32-Code /IWIN32-Code/nmake /Iinclude /Icompat /DHAVE_CONFIG_H /I. $(SSL_CFLAGS)
 
 # For optimization and warnings
 CFLAGS=$(CFLAGS) /Ox /W3 /wd4996 /nologo
index 92244ad7e4cc4a500fd6eef75e2ed22c68ad7358..17aa2fb22b8d839841b263fe2fdbec484a4f10ad 100644 (file)
@@ -10,7 +10,7 @@ SSL_OBJS=
 SSL_LIBS=
 !ENDIF
 
-CFLAGS=/I.. /I../WIN32-Code /I../include /I../compat /DHAVE_CONFIG_H /DTINYTEST_LOCAL $(SSL_CFLAGS)
+CFLAGS=/I.. /I../WIN32-Code /I../WIN32-Code/nmake /I../include /I../compat /DHAVE_CONFIG_H /DTINYTEST_LOCAL $(SSL_CFLAGS)
 
 CFLAGS=$(CFLAGS) /Ox /W3 /wd4996 /nologo