mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-22 11:21:29 +00:00
Fix GNUmakefile according to last renaming
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/branches/UNSTABLE_0_4@18914 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
49fab48368
commit
8f184529fd
1 changed files with 7 additions and 7 deletions
|
@ -23,13 +23,13 @@ ApplicationProject_PRINCIPAL_CLASS = PCAppProj
|
||||||
# Resource files
|
# Resource files
|
||||||
#
|
#
|
||||||
ApplicationProject_RESOURCE_FILES= \
|
ApplicationProject_RESOURCE_FILES= \
|
||||||
Templates/AppController.h \
|
Resources/AppController.h \
|
||||||
Templates/AppController.m \
|
Resources/AppController.m \
|
||||||
Templates/main.m \
|
Resources/main.m \
|
||||||
Templates/PC.project \
|
Resources/PC.project \
|
||||||
Templates/GNUmakefile.preamble \
|
Resources/GNUmakefile.preamble \
|
||||||
Templates/GNUmakefile.postamble \
|
Resources/GNUmakefile.postamble \
|
||||||
Templates/Main.gorm
|
Resources/Main.gorm
|
||||||
|
|
||||||
#
|
#
|
||||||
# Header files
|
# Header files
|
||||||
|
|
Loading…
Reference in a new issue