Update Makefile
This commit is contained in:
parent
6b7814debf
commit
d9a919aee2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
WINDRES ?= windres
|
WINDRES ?= windres
|
||||||
LDFLAGS = -Iinc -Wall -Wl,--enable-stdcall-fixup -s
|
LDFLAGS = -Iinc -Wall -Wl,--enable-stdcall-fixup -s
|
||||||
CFLAGS = -std=c99 -O3 -march=pentium2
|
CFLAGS = -std=c99 -O3 -march=i486
|
||||||
LIBS = -lgdi32 -lwinmm -lpsapi -ldbghelp -lole32
|
LIBS = -lgdi32 -lwinmm -lpsapi -ldbghelp -lole32
|
||||||
|
|
||||||
FILES = src/IDirect3D/IDirect3D.c \
|
FILES = src/IDirect3D/IDirect3D.c \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue