*** empty log message ***

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@22031 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Sergii Stoian 2005-11-18 00:26:42 +00:00
parent 313e17ee33
commit c54e5babb7
4 changed files with 6 additions and 6 deletions

View file

@ -42,7 +42,7 @@ ADDITIONAL_OBJCFLAGS += -DPCDefaultBuildTool=@"\"$(GMAKE)\"" \
ADDITIONAL_CFLAGS +=
# Additional include directories the compiler should search
ADDITIONAL_INCLUDE_DIRS += -I./
ADDITIONAL_INCLUDE_DIRS += -I./ -I./Headers
# Additional LDFLAGS to pass to the linker
ADDITIONAL_LDFLAGS +=

View file

@ -54,7 +54,7 @@ ProjectCenter_HEADER_FILES = \
PCTextFinder.h \
PCTextFinder+UInterface.h \
\
PCPrefContoller.h \
PCPrefController.h \
PCLogController.h \
PCDefines.h \
ProjectCenter.h \

View file

@ -26,8 +26,8 @@
#include "PCAppController.h"
#include "PCMenuController.h"
#include "PCInfoController.h"
#include "PCPrefController.h"
#include "PCLogController.h"
#include "Library/PCPrefController.h"
#include "Library/PCLogController.h"
#include "Library/ProjectCenter.h"

View file

@ -26,8 +26,8 @@
#include "PCAppController.h"
#include "PCMenuController.h"
#include "PCInfoController.h"
#include "PCPrefController.h"
#include "PCLogController.h"
#include "Library/PCPrefController.h"
#include "Library/PCLogController.h"
#include "Library/ProjectCenter.h"
@implementation PCMenuController