update makefile
This commit is contained in:
parent
bcf10cb899
commit
4f1717989e
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1,8 +1,8 @@
|
|||
-include config.mk
|
||||
|
||||
WINDRES ?= windres
|
||||
LDFLAGS = -Iinc -Wall -Wl,--enable-stdcall-fixup -s -O3
|
||||
CFLAGS = -std=c99
|
||||
LDFLAGS = -Iinc -Wall -Wl,--enable-stdcall-fixup -s
|
||||
CFLAGS = -std=c99 -O3 -march=pentium4
|
||||
LIBS = -lgdi32 -lwinmm -lpsapi -ldbghelp -lole32
|
||||
|
||||
FILES = src/IDirect3D/IDirect3D.c \
|
||||
|
|
Loading…
Reference in a new issue