update the memory address from ra95.exe to use for screen stretching
This commit is contained in:
parent
4fa437a1b9
commit
79b83bcb7a
5 changed files with 29 additions and 35 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
|||
CC=gcc
|
||||
CFLAGS=-DHAVE_LIBPNG -Iinclude -Wall -Wl,--enable-stdcall-fixup -O3 -s
|
||||
LIBS=lib/libpng14.a lib/libz.a -lgdi32 -lopengl32
|
||||
LIBS=lib/libpng14.a lib/libz.a -lgdi32 -lopengl32 -lwinmm
|
||||
|
||||
all:
|
||||
$(CC) $(CFLAGS) -shared -o ddraw.dll main.c mouse.c palette.c surface.c clipper.c render.c render_soft.c render_dummy.c screenshot.c ddraw.def $(LIBS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue