mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-16 00:20:58 +00:00
*** 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:
parent
313e17ee33
commit
c54e5babb7
4 changed files with 6 additions and 6 deletions
|
@ -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 +=
|
||||
|
|
|
@ -54,7 +54,7 @@ ProjectCenter_HEADER_FILES = \
|
|||
PCTextFinder.h \
|
||||
PCTextFinder+UInterface.h \
|
||||
\
|
||||
PCPrefContoller.h \
|
||||
PCPrefController.h \
|
||||
PCLogController.h \
|
||||
PCDefines.h \
|
||||
ProjectCenter.h \
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue