Updated the PC project files and added some missing newline characters

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@15151 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Philippe C.D. Robert 2002-11-27 18:16:30 +00:00
parent 42cea681ef
commit 3b0bab69df
5 changed files with 38 additions and 15 deletions

View file

@ -1,6 +1,6 @@
# #
# GNUmakefile - Generated by ProjectCenter # GNUmakefile - Generated by ProjectCenter
# Written by Philippe C.D. Robert <phr@3dkit.org> # Written by Philippe C.D. Robert <probert@siggraph.org>
# #
# NOTE: Do NOT change this file -- ProjectCenter maintains it! # NOTE: Do NOT change this file -- ProjectCenter maintains it!
# #
@ -72,7 +72,12 @@ ProjectComponent.h \
PCProject+ComponentHandling.h \ PCProject+ComponentHandling.h \
PCEditorView+Highlighting.h \ PCEditorView+Highlighting.h \
PCHistoryController.h \ PCHistoryController.h \
PCMakefileFactory.h PCMakefileFactory.h \
PCEditor+UInterface.h \
PCFileManager+UInterface.h \
PCProjectManager+UInterface.h \
PCProject+UInterface.h \
PCTextFinder+UInterface.h
# #
# Class files # Class files
@ -97,7 +102,12 @@ PCProjectEditor.m \
PCProject+ComponentHandling.m \ PCProject+ComponentHandling.m \
PCEditorView+Highlighting.m \ PCEditorView+Highlighting.m \
PCHistoryController.m \ PCHistoryController.m \
PCMakefileFactory.m PCMakefileFactory.m \
PCEditor+UInterface.m \
PCFileManager+UInterface.m \
PCProjectManager+UInterface.m \
PCProject+UInterface.m \
PCTextFinder+UInterface.m
# #
# C files # C files

View file

@ -151,4 +151,5 @@
RELEASE(newFileName); RELEASE(newFileName);
} }
@end @end

View file

@ -12,4 +12,5 @@
- (void)_initUI; - (void)_initUI;
@end @end

View file

@ -206,3 +206,4 @@
} }
@end @end

View file

@ -1,5 +1,5 @@
{ {
APPKIT = GNUSTEP-GUI; APPKIT = "GNUSTEP-GUI";
BUILDTOOL = "/usr/bin/make"; BUILDTOOL = "/usr/bin/make";
CLASS_FILES = ( CLASS_FILES = (
PCBrowserController.m, PCBrowserController.m,
@ -17,16 +17,21 @@
PCEditorController.m, PCEditorController.m,
PCTextFinder.m, PCTextFinder.m,
PCProjectEditor.m, PCProjectEditor.m,
PCProject+ComponentHandling.m, "PCProject+ComponentHandling.m",
PCEditorView+Highlighting.m, "PCEditorView+Highlighting.m",
PCHistoryController.m, PCHistoryController.m,
PCMakefileFactory.m PCMakefileFactory.m,
"PCEditor+UInterface.m",
"PCFileManager+UInterface.m",
"PCProjectManager+UInterface.m",
"PCProject+UInterface.m",
"PCTextFinder+UInterface.m"
); );
COMPILEROPTIONS = ""; COMPILEROPTIONS = "";
CREATION_DATE = ""; CREATION_DATE = "";
DOCU_FILES = ( DOCU_FILES = (
); );
FOUNDATION = GNUSTEP-BASE; FOUNDATION = "GNUSTEP-BASE";
FRAMEWORKS = ( FRAMEWORKS = (
); );
HEADER_FILES = ( HEADER_FILES = (
@ -55,17 +60,22 @@
PCTextFinder.h, PCTextFinder.h,
PCProjectEditor.h, PCProjectEditor.h,
ProjectComponent.h, ProjectComponent.h,
PCProject+ComponentHandling.h, "PCProject+ComponentHandling.h",
PCEditorView+Highlighting.h, "PCEditorView+Highlighting.h",
PCHistoryController.h, PCHistoryController.h,
PCMakefileFactory.h PCMakefileFactory.h,
"PCEditor+UInterface.h",
"PCFileManager+UInterface.h",
"PCProjectManager+UInterface.h",
"PCProject+UInterface.h",
"PCTextFinder+UInterface.h"
); );
INSTALLDIR = "$(GNUSTEP_INSTALLATION_DIR)"; INSTALLDIR = "$(GNUSTEP_INSTALLATION_DIR)";
LANGUAGE = English; LANGUAGE = English;
LAST_EDITING = ""; LAST_EDITING = "";
LIBRARIES = ( LIBRARIES = (
gnustep-gui, "gnustep-gui",
gnustep-base "gnustep-base"
); );
LINKEROPTIONS = ""; LINKEROPTIONS = "";
MAKEFILEDIR = "$(GNUSTEP_SYSTEM_ROOT)/Makefiles"; MAKEFILEDIR = "$(GNUSTEP_SYSTEM_ROOT)/Makefiles";