adjust makefile
This commit is contained in:
parent
cd3a439a95
commit
9568f1f968
2 changed files with 3 additions and 3 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=i486
|
CFLAGS = -std=c99 -O2 -march=i486
|
||||||
LIBS = -lgdi32 -lwinmm -lpsapi -ldbghelp -lole32
|
LIBS = -lgdi32 -lwinmm -lpsapi -ldbghelp -lole32
|
||||||
|
|
||||||
FILES = src/IDirect3D/IDirect3D.c \
|
FILES = src/IDirect3D/IDirect3D.c \
|
||||||
|
|
4
ddraw.rc
4
ddraw.rc
|
@ -2,8 +2,8 @@
|
||||||
#define ver_str(a,b,c,d) str(a) "." str(b) "." str(c) "." str(d)
|
#define ver_str(a,b,c,d) str(a) "." str(b) "." str(c) "." str(d)
|
||||||
|
|
||||||
#define VERSION_MAJOR 5
|
#define VERSION_MAJOR 5
|
||||||
#define VERSION_MINOR 0
|
#define VERSION_MINOR 1
|
||||||
#define VERSION_BUILD 1
|
#define VERSION_BUILD 0
|
||||||
#define VERSION_REVISION 0
|
#define VERSION_REVISION 0
|
||||||
|
|
||||||
#define VERSION VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD, VERSION_REVISION
|
#define VERSION VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD, VERSION_REVISION
|
||||||
|
|
Loading…
Reference in a new issue