1
0
Fork 0

(svn r3231) Fix: update the GPMI implementation to the latest GPMI-API version

release/0.4.5
truelight 2005-11-23 13:45:12 +00:00
parent 08b990886d
commit b8f8f3869d
2 changed files with 2 additions and 2 deletions

View File

@ -358,7 +358,7 @@ CFLAGS += $(BASECFLAGS)
# See if we want to enable GPMI # See if we want to enable GPMI
ifdef GPMI ifdef GPMI
CFLAGS += -DGPMI CFLAGS += -DGPMI `gpmi-config --include`
GPMI_STATIC_PATH = `gpmi-config --static` GPMI_STATIC_PATH = `gpmi-config --static`
LDFLAGS += -rdynamic `gpmi-config --libs` LDFLAGS += -rdynamic `gpmi-config --libs`
# Static link paths into the game # Static link paths into the game

View File

@ -45,7 +45,7 @@
#ifdef GPMI #ifdef GPMI
#include <gpmi.h> #include <gpmi.h>
#include <gpmi/packages/paths.h> #include <gpmi_pkg/paths.h>
#endif /* GPMI */ #endif /* GPMI */
void GenerateWorld(int mode, uint size_x, uint size_y); void GenerateWorld(int mode, uint size_x, uint size_y);