mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-14 06:31:31 +00:00
deisable PTY in build
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@39590 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0bc7e0d6b1
commit
9d1a01891c
1 changed files with 1 additions and 2 deletions
|
@ -39,7 +39,6 @@ ProjectCenter_HEADERS= \
|
|||
PCDebugger.h \
|
||||
PCDebugggerView.h \
|
||||
PCDebuggerViewDelegateProtocol.h \
|
||||
PTYView.h \
|
||||
PipeDelegate.h
|
||||
|
||||
#
|
||||
|
@ -48,10 +47,10 @@ ProjectCenter_HEADERS= \
|
|||
ProjectCenter_OBJC_FILES= \
|
||||
PCDebugger.m \
|
||||
PCDebuggerView.m \
|
||||
PTYView.m \
|
||||
PipeDelegate.m
|
||||
|
||||
|
||||
#for PTYView
|
||||
#ADDITIONAL_NATIVE_LIBS += util
|
||||
|
||||
include ../../GNUmakefile.bundles
|
||||
|
|
Loading…
Reference in a new issue