mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Makefile changes to compile thinkg in place.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3496 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ca8037b919
commit
9b5c4cc695
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
Sat Dec 19 01:26:06 1998 Matthias Klose <doko@cs.tu-berlin.de>
|
||||
|
||||
* Images/Makefile.postamble: Use macro MKDIRS.
|
||||
* Headers/gnustep/gui/NSStringDrawing.h: Remove preface.h include.
|
||||
|
||||
Sun Dec 20 6:30:00 1998 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
NSApplication.h: Removed windows_menu_count again - and removed
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSAttributedString.h>
|
||||
#include <Foundation/NSGeometry.h>
|
||||
#include <gnustep/base/preface.h>
|
||||
|
||||
// global NSString attribute names used in ascessing
|
||||
// the respective property in a text attributes
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
# Things to do before installing
|
||||
before-install::
|
||||
$(GNUSTEP_MAKEFILES)/mkinstalldirs $(imagedir)
|
||||
$(MKDIRS) $(imagedir)
|
||||
|
||||
# Things to do after installing
|
||||
after-install::
|
||||
|
|
Loading…
Reference in a new issue