Fix build Win2000

This commit is contained in:
egornovivan 2024-03-13 16:59:35 +05:00
parent d59310a254
commit b5cabbafde
3 changed files with 70 additions and 18 deletions

View file

@ -2,7 +2,7 @@
WINDRES ?= windres
LDFLAGS = -Wl,--enable-stdcall-fixup -s
CFLAGS = -Iinc -O2 -march=pentium4 -Wall
CFLAGS = -Iinc -O2 -march=i486 -Wall
LIBS = -lgdi32 -lwinmm -lpsapi -ldbghelp -lole32
FILES = src/IDirect3D/IDirect3D.c \