mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-05-07 20:41:02 +00:00
Correction to previous commit.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20971 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e13a923c4d
commit
de93235a77
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2005-03-26 01:49 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||||
|
|
||||||
|
* GNUmakefile: Correction to previous commit. Compile palettes
|
||||||
|
after GormLib/InterfaceBuilder library.
|
||||||
|
|
||||||
2005-03-26 01:37 Gregory John Casamento <greg_casamento@yahoo.com>
|
2005-03-26 01:37 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||||
|
|
||||||
These changes allow the build to work correctly on UNIX and
|
These changes allow the build to work correctly on UNIX and
|
||||||
|
|
|
@ -41,8 +41,8 @@ SUBPROJECTS = \
|
||||||
GormObjCHeaderParser
|
GormObjCHeaderParser
|
||||||
else
|
else
|
||||||
SUBPROJECTS = \
|
SUBPROJECTS = \
|
||||||
Palettes \
|
|
||||||
GormLib \
|
GormLib \
|
||||||
|
Palettes \
|
||||||
GormObjCHeaderParser
|
GormObjCHeaderParser
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue