* GNUmakefile: Set GNUSTEP_INSTALLATION_DOMAIN to SYSTEM.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@25221 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Sergii Stoian 2007-06-05 22:37:15 +00:00
parent b4044a3d1f
commit a8073eb037
4 changed files with 10 additions and 10 deletions

View file

@ -25,20 +25,18 @@ Noteworthy changes in version `0.5.0'.
* Impemented localization support for projects.
* Some user interface ehnancements were made (save restore geometry of
* Some user interface ehnancements were made (save/restore geometry of
subviews in project window splitview, drag and drop for icons).
* Clicking on .m and .h file in project browser expands to file structure
(classes, methods).
* Incorporated ProjectManager's editor with some modifications. Symtax color
highlighting works.
* Rewritte bundle loading mechanizm. All bundle now loaded on demand.
* Incorporated ProjectManager's editor with some modifications. Implemented
syntax color highlighting.
* All windows and panels are now GORM files.
* Fixes for MingW environment (thanks to Adam Fedor).
* Fixes for MingW environment.
* Support for separate build directory added.
@ -52,8 +50,7 @@ How can I get support for this software?
Where can you get it? How can you compile it?
==============================================
You can download sources (for some machines) from
ftp://ftp.gnustep.org/pub/gnustep/dev-apps/.
You can download sources from ftp://ftp.gnustep.org/pub/gnustep/dev-apps/.
Where do I send bug reports?
============================

View file

@ -1,3 +1,7 @@
2007-06-06 Sergii Stoian <stoyan255@gmail.com>
* GNUmakefile: Set GNUSTEP_INSTALLATION_DOMAIN to SYSTEM.
2007-06-05 Sergii Stoian <stoyan255@gmail.com>
* Framework/PCProjectBuilder.m: Added parsing of gcc error output.

View file

@ -49,8 +49,6 @@ PCServer (don't used)
----------
THOUGHTS:
----------
- remember splitviews geometry on per project basis;
- try to incorporate CodeEditor approach
- implement PCProjectFinder and PCFindPanel GUI;
- "Edit" menu should be completely provided by Editor part;

View file

@ -9,6 +9,7 @@ ifeq ($(GNUSTEP_MAKEFILES),)
$(error You need to set GNUSTEP_MAKEFILES before compiling!)
endif
GNUSTEP_INSTALLATION_DOMAIN = SYSTEM
include $(GNUSTEP_MAKEFILES)/common.make
#