mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-09-01 10:59:12 +00:00
(svn r3231) Fix: update the GPMI implementation to the latest GPMI-API version
This commit is contained in:
2
Makefile
2
Makefile
@@ -358,7 +358,7 @@ CFLAGS += $(BASECFLAGS)
|
||||
|
||||
# See if we want to enable GPMI
|
||||
ifdef GPMI
|
||||
CFLAGS += -DGPMI
|
||||
CFLAGS += -DGPMI `gpmi-config --include`
|
||||
GPMI_STATIC_PATH = `gpmi-config --static`
|
||||
LDFLAGS += -rdynamic `gpmi-config --libs`
|
||||
# Static link paths into the game
|
||||
|
Reference in New Issue
Block a user