Fix build Win2000
This commit is contained in:
parent
d59310a254
commit
b5cabbafde
3 changed files with 70 additions and 18 deletions
2
Makefile
2
Makefile
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue