From 30e642826f25c07ae13138c0dabee1287f4c52c3 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 12 Mar 2009 11:39:57 -0700 Subject: Add gpllib, gplinclude Add separate gpllib and gplinclude directories, and have a NOGPL variable in MCONFIG that can be set to exclude these directories. --- com32/cmenu/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'com32/cmenu') diff --git a/com32/cmenu/Makefile b/com32/cmenu/Makefile index e8627a9f..010fa122 100644 --- a/com32/cmenu/Makefile +++ b/com32/cmenu/Makefile @@ -14,6 +14,8 @@ ## Makefile for the complex menu system ## +NOGPL := 1 + # This must be defined before MCONFIG is included LIBS = libmenu/libmenu.a -- cgit