Skip to content

Commit

Permalink
Fix so that old nmake project still builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoakimSoderberg committed Jan 14, 2014
1 parent fd42e70 commit 24d6466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.nmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/Makefile.nmake
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 24d6466

Please sign in to comment.