mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 07:40:47 +00:00
Added a few lines to build 'gpbs' the GNU PasteBoard Server - which provides
the central pasteboard system for the NSPasteboard class. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2404 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
98e2f8a265
commit
55d2bd04b4
1 changed files with 5 additions and 1 deletions
|
@ -253,7 +253,7 @@ IMPORT_LIBRARY=@IMPORT_LIBRARY@
|
|||
# targets
|
||||
#
|
||||
|
||||
all: header_links src
|
||||
all: header_links src gpbs
|
||||
|
||||
header_links:
|
||||
-rm -rf ../Headers/AppKit
|
||||
|
@ -263,6 +263,10 @@ header_links:
|
|||
|
||||
src: @STATIC_LIBRARY@ @SHARED_LIBRARY@
|
||||
|
||||
gpbs: gpbs.m
|
||||
$(CC) $(ALL_CPPFLAGS) $(DEFS) $(ALL_OBJCFLAGS) -g -w -o $@ $< \
|
||||
NSPasteboard.o $(LIBS)
|
||||
|
||||
# library
|
||||
$(MAIN_FILE)$(libext): $(OBJS)
|
||||
$(AR) $(ARFLAGS) $(AROUT)$(MAIN_FILE)$(libext) $(OBJS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue