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

pull/155/head
truelight 19 years ago
parent 97b3afe9ae
commit 062d654df1

@ -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

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

Loading…
Cancel
Save