diff options
author | truelight <truelight@openttd.org> | 2005-11-23 13:45:12 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2005-11-23 13:45:12 +0000 |
commit | b8f8f3869d3e16aa914133c3ba2c4a66a94068bc (patch) | |
tree | 1f0b144b32441c61ec79a6f570613dccc8902008 /Makefile | |
parent | 08b990886d490279d4849a7694376cdec76cc228 (diff) | |
download | openttd-b8f8f3869d3e16aa914133c3ba2c4a66a94068bc.tar.xz |
(svn r3231) Fix: update the GPMI implementation to the latest GPMI-API version
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |