mirror of
https://github.com/cuberite/libevent.git
synced 2025-08-04 01:36:23 -04:00
Fix so that old nmake project still builds.
This commit is contained in:
parent
fd42e70d18
commit
24d646666b
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user