Fix so that old nmake project still builds.

This commit is contained in:
Joakim Soderberg 2014-01-14 17:53:47 +01:00
parent fd42e70d18
commit 24d646666b
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ SSL_CFLAGS=
!ENDIF !ENDIF
# Needed for correctness # 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 # For optimization and warnings
CFLAGS=$(CFLAGS) /Ox /W3 /wd4996 /nologo CFLAGS=$(CFLAGS) /Ox /W3 /wd4996 /nologo

View File

@ -10,7 +10,7 @@ SSL_OBJS=
SSL_LIBS= SSL_LIBS=
!ENDIF !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 CFLAGS=$(CFLAGS) /Ox /W3 /wd4996 /nologo