mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Minor Makefile fixes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2225 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1f73912776
commit
5fda1b1a07
3 changed files with 4 additions and 3 deletions
|
@ -19,9 +19,10 @@ Tue Mar 4 09:28:57 1997 GNUstep Development <gnustep@net-community.com>
|
|||
* Source/NSFontManager.m: Likewise.
|
||||
* Source/NSResponder.m: Likewise.
|
||||
* Source/tiff.m: Likewise.
|
||||
* Source/Makefile.in: Remove LogFile.h and LogFile.m.
|
||||
* Source/Makefile.in: Remove LogFile and Functions.
|
||||
|
||||
* Source/NSFont.m (getFont): Return font not font name.
|
||||
* Images/Makefile.in: Install common_Dimple.tiff.
|
||||
|
||||
Mon Feb 17 19:30:50 1997 Ovidiu Predescu <ovidiu@bx.logicnet.ro>
|
||||
|
||||
|
|
|
@ -55,7 +55,8 @@ common_RadioOn.tiff \
|
|||
common_RadioOff.tiff \
|
||||
common_SwitchOn.tiff \
|
||||
common_SwitchOff.tiff \
|
||||
common_ret.tiff
|
||||
common_ret.tiff \
|
||||
common_Dimple.tiff
|
||||
|
||||
installdirs:
|
||||
$(srcdir)/../mkinstalldirs $(libdir) $(gnustep_libdir) $(imagedir)
|
||||
|
|
|
@ -229,7 +229,6 @@ NSTextFieldCell$(oext) \
|
|||
NSView$(oext) \
|
||||
NSWindow$(oext) \
|
||||
NSWorkspace$(oext) \
|
||||
Functions$(oext) \
|
||||
TrackingRectangle$(oext) \
|
||||
tiff$(oext)
|
||||
|
||||
|
|
Loading…
Reference in a new issue