git @ Cat's Eye Technologies Befunge-93 / 9c9dfe9
Disable warning 5045 and say that it compiles under MSVC++ 14.15. Chris Pressey 6 years ago
4 changed file(s) with 4 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
55 RM_F=del
66
77 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
99
1010 CFLAGS=$(CFLAGS) -Ox -nologo
1111 CFLAGS=$(CFLAGS) $(WARNS) $(EXTRA_CFLAGS)
6262 DICE C 3.15 (AmigaDOS 1.3)
6363 DJGPP 2.05 gcc 8.1.0 (32-bit Protected-Mode, FreeDOS 1.1)
6464 Borland C++ v3.1 (16-bit, FreeDOS 1.1)
65 Microsoft Visual C (see NMakefile)
65 Microsoft Visual C++ 14.15 (see NMakefile)
6666
6767 Has, in the Past, been Known to Compile Under:
6868
4949 gcc 4.5.3 (NetBSD 6.1.5)
5050 DJGPP 2.05 gcc 8.1.0 (32-bit Protected-Mode, FreeDOS 1.1)
5151 Borland C++ v3.1 (16-bit, FreeDOS 1.1)
52 Microsoft Visual C (see NMakefile)
52 Microsoft Visual C++ 14.15 (see NMakefile)
5353
5454 Has, in the Past, been Known to Compile Under:
5555
6161 DJGPP 2.05 gcc 8.1.0 (32-bit Protected-Mode, FreeDOS 1.1)
6262 Borland C++ v3.1 (16-bit, FreeDOS 1.1)
6363 (NOTE: use "compact" or "large" memory model!)
64 Microsoft Visual C (see NMakefile)
64 Microsoft Visual C++ 14.15 (see NMakefile)
6565
6666 Has, in the Past, been Known to Compile Under:
6767