mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-21 19:01:18 +00:00
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:
parent
42cea681ef
commit
3b0bab69df
5 changed files with 38 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# 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!
|
||||
#
|
||||
|
@ -72,7 +72,12 @@ ProjectComponent.h \
|
|||
PCProject+ComponentHandling.h \
|
||||
PCEditorView+Highlighting.h \
|
||||
PCHistoryController.h \
|
||||
PCMakefileFactory.h
|
||||
PCMakefileFactory.h \
|
||||
PCEditor+UInterface.h \
|
||||
PCFileManager+UInterface.h \
|
||||
PCProjectManager+UInterface.h \
|
||||
PCProject+UInterface.h \
|
||||
PCTextFinder+UInterface.h
|
||||
|
||||
#
|
||||
# Class files
|
||||
|
@ -97,7 +102,12 @@ PCProjectEditor.m \
|
|||
PCProject+ComponentHandling.m \
|
||||
PCEditorView+Highlighting.m \
|
||||
PCHistoryController.m \
|
||||
PCMakefileFactory.m
|
||||
PCMakefileFactory.m \
|
||||
PCEditor+UInterface.m \
|
||||
PCFileManager+UInterface.m \
|
||||
PCProjectManager+UInterface.m \
|
||||
PCProject+UInterface.m \
|
||||
PCTextFinder+UInterface.m
|
||||
|
||||
#
|
||||
# C files
|
||||
|
|
|
@ -151,4 +151,5 @@
|
|||
RELEASE(newFileName);
|
||||
}
|
||||
|
||||
@end
|
||||
@end
|
||||
|
||||
|
|
|
@ -12,4 +12,5 @@
|
|||
|
||||
- (void)_initUI;
|
||||
|
||||
@end
|
||||
@end
|
||||
|
||||
|
|
|
@ -206,3 +206,4 @@
|
|||
}
|
||||
|
||||
@end
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
APPKIT = GNUSTEP-GUI;
|
||||
APPKIT = "GNUSTEP-GUI";
|
||||
BUILDTOOL = "/usr/bin/make";
|
||||
CLASS_FILES = (
|
||||
PCBrowserController.m,
|
||||
|
@ -17,16 +17,21 @@
|
|||
PCEditorController.m,
|
||||
PCTextFinder.m,
|
||||
PCProjectEditor.m,
|
||||
PCProject+ComponentHandling.m,
|
||||
PCEditorView+Highlighting.m,
|
||||
"PCProject+ComponentHandling.m",
|
||||
"PCEditorView+Highlighting.m",
|
||||
PCHistoryController.m,
|
||||
PCMakefileFactory.m
|
||||
PCMakefileFactory.m,
|
||||
"PCEditor+UInterface.m",
|
||||
"PCFileManager+UInterface.m",
|
||||
"PCProjectManager+UInterface.m",
|
||||
"PCProject+UInterface.m",
|
||||
"PCTextFinder+UInterface.m"
|
||||
);
|
||||
COMPILEROPTIONS = "";
|
||||
CREATION_DATE = "";
|
||||
DOCU_FILES = (
|
||||
);
|
||||
FOUNDATION = GNUSTEP-BASE;
|
||||
FOUNDATION = "GNUSTEP-BASE";
|
||||
FRAMEWORKS = (
|
||||
);
|
||||
HEADER_FILES = (
|
||||
|
@ -55,17 +60,22 @@
|
|||
PCTextFinder.h,
|
||||
PCProjectEditor.h,
|
||||
ProjectComponent.h,
|
||||
PCProject+ComponentHandling.h,
|
||||
PCEditorView+Highlighting.h,
|
||||
"PCProject+ComponentHandling.h",
|
||||
"PCEditorView+Highlighting.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)";
|
||||
LANGUAGE = English;
|
||||
LAST_EDITING = "";
|
||||
LIBRARIES = (
|
||||
gnustep-gui,
|
||||
gnustep-base
|
||||
"gnustep-gui",
|
||||
"gnustep-base"
|
||||
);
|
||||
LINKEROPTIONS = "";
|
||||
MAKEFILEDIR = "$(GNUSTEP_SYSTEM_ROOT)/Makefiles";
|
||||
|
|
Loading…
Reference in a new issue