From d5aa95b87e19f451bcad45382728edd0af57a95b Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 18 Dec 2005 12:10:46 +0000 Subject: (svn r3313) Remove GPMI related changes from trunk Revisions in detail: 2542, 3226 (partial), 3229, 3231, 3232, 3238, 3242-3245, 3251, 3253, 3260, 3263, 3265, 3266, 3269, 3277, 3278, 3279, 3283 (partial), 3304, 3305, 3306 --- Makefile | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7d70dee4e..a34c53e2b 100644 --- a/Makefile +++ b/Makefile @@ -372,15 +372,6 @@ endif CFLAGS += $(BASECFLAGS) -# See if we want to enable GPMI -ifdef GPMI -CFLAGS += -DGPMI `gpmi-config --include` -GPMI_STATIC_PATH = `gpmi-config --static` -LDFLAGS += -rdynamic `gpmi-config --libs` -# Static link paths into the game -LDFLAGS += $(GPMI_STATIC_PATH)/paths-static.o -endif - ifdef UNIX CDEFS += -DUNIX endif -- cgit v1.2.3-54-g00ecf