A little stricter on 32-bit compiles

This commit is contained in:
nijtmans 2019-06-06 17:00:18 +02:00
parent dfbb5ecd56
commit 196d88309b

View File

@ -14,7 +14,7 @@ PREFIX = c:\devel
CFLAGS = /Ox CFLAGS = /Ox
#Compilation flags #Compilation flags
LTM_CFLAGS = /nologo /I./ /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /Wall /wd4146 /wd4127 /wd4710 /wd4711 /wd4820 $(CFLAGS) LTM_CFLAGS = /nologo /I./ /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE /D__STDC_WANT_SECURE_LIB__=0 /Wall /wd4146 /wd4127 /wd4710 /wd4711 /wd4820 $(CFLAGS)
LTM_LDFLAGS = advapi32.lib LTM_LDFLAGS = advapi32.lib
#Libraries to be created (this makefile builds only static libraries) #Libraries to be created (this makefile builds only static libraries)