update the memory address from ra95.exe to use for screen stretching

This commit is contained in:
iran 2013-06-26 11:19:12 +02:00
parent 4fa437a1b9
commit 79b83bcb7a
5 changed files with 29 additions and 35 deletions

View file

@ -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)