prepare Makefile to allow build with SDL, SDL2 or another "video API"
update Visual C project as well
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user