prepare Makefile to allow build with SDL, SDL2 or another "video API"

update Visual C project as well
This commit is contained in:
Thomas Bernard
2018-05-28 11:49:11 +02:00
parent 9d46d1e90f
commit c6975afe94
7 changed files with 36 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ MAKENSIS = makensis
UNZIP = unzip -o
SED = sed
VERSIONTAG = ../obj/win32/versiontag
VERSIONTAG = ../obj/win32-sdl/versiontag
VERSION := $(shell cat $(VERSIONTAG))
SOURCES = ../src-$(VERSION).tgz