Updated library version and added missing file to project!!!

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/branches/RELEASE_0_3_5@17145 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Philippe C.D. Robert 2003-07-05 18:03:10 +00:00
parent b039879a2e
commit f0d4ffafe3
4 changed files with 11 additions and 5 deletions

View file

@ -15,6 +15,8 @@
PCLib/PCProjectDebugger+UInterface.h, PCLib/PCProjectDebugger.h,
PCLib/PCProjectDebugger+UInterface.m, PCLib/PCProjectDebugger.m
* Disabling unused menu entries using defines: ProjectCenter_main.m
* Added missing files to project: PCLib/PCButton.h, PCLib/PCButton.m
* Updated version for PCLib: PCLib/Version
2003-07-04 Philippe C.D. Robert <probert@siggraph.org>

View file

@ -78,7 +78,8 @@ PCFileManager+UInterface.h \
PCProjectManager+UInterface.h \
PCProject+UInterface.h \
PCTextFinder+UInterface.h \
PCProjectDebugger+UInterface.h
PCProjectDebugger+UInterface.h \
PCButton.h
#
# Class files
@ -109,7 +110,8 @@ PCFileManager+UInterface.m \
PCProjectManager+UInterface.m \
PCProject+UInterface.m \
PCTextFinder+UInterface.m \
PCProjectDebugger+UInterface.m
PCProjectDebugger+UInterface.m \
PCButton.m
#
# C files

View file

@ -26,7 +26,8 @@
"PCProjectManager+UInterface.m",
"PCProject+UInterface.m",
"PCTextFinder+UInterface.m",
"PCProjectDebugger+UInterface.m"
"PCProjectDebugger+UInterface.m",
PCButton.m
);
COMPILEROPTIONS = "";
CREATION_DATE = "";
@ -70,7 +71,8 @@
"PCProjectManager+UInterface.h",
"PCProject+UInterface.h",
"PCTextFinder+UInterface.h",
"PCProjectDebugger+UInterface.h"
"PCProjectDebugger+UInterface.h",
PCButton.h
);
INSTALLDIR = "$(GNUSTEP_INSTALLATION_DIR)";
LANGUAGE = English;

View file

@ -7,6 +7,6 @@ GCC_VERSION=2.8.0
# The version number of this release.
MAJOR_VERSION=0
MINOR_VERSION=3
SUBMINOR_VERSION=0
SUBMINOR_VERSION=5
PC_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
VERSION=${PC_VERSION}