mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-30 17:01:18 +00:00
Removed graphical library flags now moved into the libraries
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@8879 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e397063090
commit
94a3edabbb
1 changed files with 1 additions and 9 deletions
|
@ -79,18 +79,10 @@ ifndef objc_threaded
|
|||
objc_threaded:=@objc_threaded@
|
||||
endif
|
||||
|
||||
#
|
||||
# Graphic and X Window System headers and libraries
|
||||
#
|
||||
GRAPHIC_LIBS=@GRAPHIC_LIBS@
|
||||
GRAPHIC_CFLAGS=@GRAPHIC_CFLAGS@
|
||||
GRAPHIC_LFLAGS=@GRAPHIC_LFLAGS@
|
||||
X_PRE_LIBS=@X_PRE_LIBS@
|
||||
|
||||
# Any user specified libs, like thread libraries
|
||||
CONFIG_SYSTEM_INCL = @CPPFLAGS@
|
||||
CONFIG_SYSTEM_LIBS = @LIBS@
|
||||
CONFIG_SYSTEM_DEFS = @SYSTEM_DEFS@ @DPS_DEFINE@
|
||||
CONFIG_SYSTEM_DEFS =
|
||||
|
||||
## Local variables:
|
||||
## mode: makefile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue