Disable warning 5045 and say that it compiles under MSVC++ 14.15.
Chris Pressey
6 years ago
5 | 5 |
RM_F=del
|
6 | 6 |
|
7 | 7 |
WARNS= -Wall -wd4820 -wd4131 -wd4459 -wd4242 -wd4244 -wd4996 \
|
8 | |
-wd4668 -wd4255 -wd4710 -wd4706 -wd4702 -wd4711 -wd4456
|
|
8 |
-wd4668 -wd4255 -wd4710 -wd4706 -wd4702 -wd4711 -wd4456 -wd5045
|
9 | 9 |
|
10 | 10 |
CFLAGS=$(CFLAGS) -Ox -nologo
|
11 | 11 |
CFLAGS=$(CFLAGS) $(WARNS) $(EXTRA_CFLAGS)
|
62 | 62 |
DICE C 3.15 (AmigaDOS 1.3)
|
63 | 63 |
DJGPP 2.05 gcc 8.1.0 (32-bit Protected-Mode, FreeDOS 1.1)
|
64 | 64 |
Borland C++ v3.1 (16-bit, FreeDOS 1.1)
|
65 | |
Microsoft Visual C (see NMakefile)
|
|
65 |
Microsoft Visual C++ 14.15 (see NMakefile)
|
66 | 66 |
|
67 | 67 |
Has, in the Past, been Known to Compile Under:
|
68 | 68 |
|
49 | 49 |
gcc 4.5.3 (NetBSD 6.1.5)
|
50 | 50 |
DJGPP 2.05 gcc 8.1.0 (32-bit Protected-Mode, FreeDOS 1.1)
|
51 | 51 |
Borland C++ v3.1 (16-bit, FreeDOS 1.1)
|
52 | |
Microsoft Visual C (see NMakefile)
|
|
52 |
Microsoft Visual C++ 14.15 (see NMakefile)
|
53 | 53 |
|
54 | 54 |
Has, in the Past, been Known to Compile Under:
|
55 | 55 |
|
61 | 61 |
DJGPP 2.05 gcc 8.1.0 (32-bit Protected-Mode, FreeDOS 1.1)
|
62 | 62 |
Borland C++ v3.1 (16-bit, FreeDOS 1.1)
|
63 | 63 |
(NOTE: use "compact" or "large" memory model!)
|
64 | |
Microsoft Visual C (see NMakefile)
|
|
64 |
Microsoft Visual C++ 14.15 (see NMakefile)
|
65 | 65 |
|
66 | 66 |
Has, in the Past, been Known to Compile Under:
|
67 | 67 |
|