mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-14 14:40:52 +00:00
rename ptyview to pipedelegate
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/branches/ptyview_with_pipes@39583 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
be6efbe7ba
commit
d8e498111e
4 changed files with 7 additions and 6 deletions
|
@ -39,7 +39,7 @@ ProjectCenter_HEADERS= \
|
|||
PCDebugger.h \
|
||||
PCDebugggerView.h \
|
||||
PCDebuggerViewDelegateProtocol.h \
|
||||
PTYView.h
|
||||
PipeView.h
|
||||
|
||||
#
|
||||
# Class files
|
||||
|
@ -47,7 +47,7 @@ ProjectCenter_HEADERS= \
|
|||
ProjectCenter_OBJC_FILES= \
|
||||
PCDebugger.m \
|
||||
PCDebuggerView.m \
|
||||
PTYView.m
|
||||
PipeView.m
|
||||
|
||||
|
||||
#ADDITIONAL_NATIVE_LIBS += util
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
/*
|
||||
** PCDebugger
|
||||
**
|
||||
** Copyright (c) 2008-2015
|
||||
** Copyright (c) 2008-2016
|
||||
**
|
||||
** Author: Gregory Casamento <greg_casamento@yahoo.com>
|
||||
** Author: Gregory Casamento <greg.casamento@gmail.com>
|
||||
** Riccardo Mottola <rm@gnu.org>>
|
||||
**
|
||||
** This program is free software; you can redistribute it and/or modify
|
||||
** it under the terms of the GNU General Public License as published by
|
||||
|
@ -26,7 +27,7 @@
|
|||
|
||||
#import "Modules/Preferences/EditorFSC/PCEditorFSCPrefs.h"
|
||||
#import "PCDebuggerViewDelegateProtocol.h"
|
||||
#import "PTYView.h"
|
||||
#import "PipeView.h"
|
||||
|
||||
#ifndef NOTIFICATION_CENTER
|
||||
#define NOTIFICATION_CENTER [NSNotificationCenter defaultCenter]
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#import "PTYView.h"
|
||||
#import "PipeView.h"
|
||||
|
||||
#ifndef NOTIFICATION_CENTER
|
||||
#define NOTIFICATION_CENTER [NSNotificationCenter defaultCenter]
|
Loading…
Reference in a new issue