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
This commit is contained in:
nico 2001-03-16 23:32:19 +00:00
parent 41ba680349
commit 297d03e8b9

View file

@ -12,13 +12,13 @@
# #
# Additional flags to pass to the preprocessor # Additional flags to pass to the preprocessor
ADDITIONAL_CPPFLAGS += # ADDITIONAL_CPPFLAGS +=
# Additional flags to pass to the Objective-C compiler # Additional flags to pass to the Objective-C compiler
ADDITIONAL_OBJCFLAGS += # ADDITIONAL_OBJCFLAGS +=
# Additional flags to pass to the C compiler # Additional flags to pass to the C compiler
ADDITIONAL_CFLAGS += # ADDITIONAL_CFLAGS +=
# Additional include directories the compiler should search # Additional include directories the compiler should search
ADDITIONAL_INCLUDE_DIRS += -I../Headers -I$(GNUSTEP_SYSTEM_ROOT)/Headers ADDITIONAL_INCLUDE_DIRS += -I../Headers -I$(GNUSTEP_SYSTEM_ROOT)/Headers
@ -41,4 +41,4 @@ set_show_service_TOOL_LIBS += -lgnustep-gui $(SYSTEM_LIBS)
# #
# Additional directories to be created during installation # Additional directories to be created during installation
ADDITIONAL_INSTALL_DIRS += # ADDITIONAL_INSTALL_DIRS +=