mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 20:01:22 +00:00
Use BUILD_SERVER to decide whether to build X specific parts of gpbs or not.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@14782 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4f9dfe597a
commit
f6fec66519
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2002-10-15 01:37 Alexander Malmberg <alexander@malmberg.org>
|
||||||
|
|
||||||
|
* Tools/GNUmakefile: Use BUILD_SERVER to decide whether to build
|
||||||
|
X specific parts of gpbs or not.
|
||||||
|
|
||||||
2002-10-13 Adam Fedor <fedor@gnu.org>
|
2002-10-13 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
* Version: 0.8.2.
|
* Version: 0.8.2.
|
||||||
|
|
|
@ -41,6 +41,9 @@ font_cacher_OBJC_FILES = font_cacher.m
|
||||||
|
|
||||||
ifeq ($(BUILD_GRAPHICS),xlib)
|
ifeq ($(BUILD_GRAPHICS),xlib)
|
||||||
TOOL_NAME += font_cacher
|
TOOL_NAME += font_cacher
|
||||||
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BUILD_SERVER),x11)
|
||||||
gpbs_OBJC_FILES += xpbs.m
|
gpbs_OBJC_FILES += xpbs.m
|
||||||
ifeq ($(BACKEND_BUNDLE),yes)
|
ifeq ($(BACKEND_BUNDLE),yes)
|
||||||
font_cacher_OBJC_FILES += XGCommonFont.m
|
font_cacher_OBJC_FILES += XGCommonFont.m
|
||||||
|
|
Loading…
Reference in a new issue