mirror of
https://github.com/diasurgical/devilution.git
synced 2026-05-21 05:40:54 +00:00
Add Diablo Version 1.08-Specific Behavior with Preprocessor Directives (#2292)
* add preprocessor directive for version 1.08 * Update MakefileVC * Missed "endif" * revise handling of diablo version
This commit is contained in:
@@ -51,6 +51,10 @@ endif
|
||||
CFLAGS=/nologo /c /GX /W3 /O1 /I $(VC_INC_DIR) /FD /Gr /MT /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /Fp"Diablo.pch" /YX /G5 /Zi /FAs
|
||||
LINKFLAGS=/nologo /subsystem:windows /machine:I386 /incremental:no
|
||||
|
||||
VERSION := 109
|
||||
|
||||
CFLAGS += /D "VERSION=$(VERSION)"
|
||||
|
||||
ifeq ($(HELLFIRE),1)
|
||||
CFLAGS += /D "HELLFIRE"
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user