From 297d03e8b97c38037f2d397aae1029e6452940be Mon Sep 17 00:00:00 2001 From: nico Date: Fri, 16 Mar 2001 23:32:19 +0000 Subject: [PATCH] Commented out all empty settings of variables git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9406 72102866-910b-0410-8b05-ffd578937521 --- Tools/GNUmakefile.preamble | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Tools/GNUmakefile.preamble b/Tools/GNUmakefile.preamble index a6c37a75e..ba8afe3f3 100644 --- a/Tools/GNUmakefile.preamble +++ b/Tools/GNUmakefile.preamble @@ -12,13 +12,13 @@ # # Additional flags to pass to the preprocessor -ADDITIONAL_CPPFLAGS += +# ADDITIONAL_CPPFLAGS += # Additional flags to pass to the Objective-C compiler -ADDITIONAL_OBJCFLAGS += +# ADDITIONAL_OBJCFLAGS += # Additional flags to pass to the C compiler -ADDITIONAL_CFLAGS += +# ADDITIONAL_CFLAGS += # Additional include directories the compiler should search ADDITIONAL_INCLUDE_DIRS += -I../Headers -I$(GNUSTEP_SYSTEM_ROOT)/Headers @@ -34,11 +34,11 @@ gpbs_TOOL_LIBS += -lgnustep-gui $(SYSTEM_LIBS) set_show_service_TOOL_LIBS += -lgnustep-gui $(SYSTEM_LIBS) # Additional libraries when linking applications -#ADDITIONAL_GUI_LIBS += +# ADDITIONAL_GUI_LIBS += # # Flags dealing with installing and uninstalling # # Additional directories to be created during installation -ADDITIONAL_INSTALL_DIRS += +# ADDITIONAL_INSTALL_DIRS +=