mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
utils: mdldec: Makefile: update.
This commit is contained in:
committed by
Alibek Omarov
parent
92e976952e
commit
c298635728
@@ -11,8 +11,10 @@ SYS = $(shell $(CC) -dumpmachine)
|
||||
|
||||
ifneq (, $(findstring mingw, $(SYS)))
|
||||
EXT = .exe
|
||||
CFLAGS += -DHAVE_STRICMP -DHAVE_STRNICMP
|
||||
else
|
||||
EXT =
|
||||
CFLAGS += -DHAVE_STRCASECMP -DHAVE_STRNCASECMP
|
||||
endif
|
||||
|
||||
APP = $(MODULE)$(EXT)
|
||||
|
||||
Reference in New Issue
Block a user