mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-03 17:50:55 +00:00
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:
parent
41ba680349
commit
297d03e8b9
1 changed files with 5 additions and 5 deletions
|
@ -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 +=
|
||||||
|
|
Loading…
Reference in a new issue