Modifications for new directory structure.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@1585 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Scott Christley 1996-05-30 23:03:41 +00:00
parent 4faed08751
commit 32e2ce4efb
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,10 @@
Thu May 30 18:37:51 1996 Scott Christley <scottc@net-community.com>
* configure.bat: Modifications for new directory structure.
* Source/Makefile.in (uninstall): New target.
* Source/Makefile.sed.nt: Modifications for Source/Makefile.in
changes and new directory structure.
Tue Feb 13 09:52:02 1996 Scott Christley <scottc@net-community.com>
* Headers/AppKit/NSText.h: Removed WIN32 instance variables

View file

@ -26,9 +26,11 @@ rem Configuration files
rem
echo "Creating header configuration files"
cd Headers
cd AppKit
cd gnustep
cd gui
rm -f config.h
sed -f config.sed.nt config.h.in >>config.h
cd ..
cd ..
cd ..