mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 21:00:44 +00:00
* EOModeler/EOModelExtensions.m
include the right header on OS X * EOModeler/GNUmakefile * EOAccess/GNUmakefile remove variable patch from Graham Lee, fixes of bug 39289 git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36741 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c6645ecbc6
commit
5b063e5b74
4 changed files with 9 additions and 6 deletions
|
@ -1,3 +1,11 @@
|
|||
2013-06-22: Graham Lee <iamleeg@gmail.com>
|
||||
* EOModeler/EOModelExtensions.m
|
||||
include the right header on OS X
|
||||
* EOModeler/GNUmakefile
|
||||
* EOAccess/GNUmakefile
|
||||
remove variable
|
||||
|
||||
|
||||
2013-06-09: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
|
||||
* EOControl/EOEditingContext.[h|m]
|
||||
switch setLevelsOfUndo to NSUInteger
|
||||
|
|
|
@ -34,8 +34,6 @@ NATIVE_LIBRARY_NAME=EOAccess
|
|||
|
||||
EOAccess_NEEDS_GUI = no
|
||||
|
||||
EOAccess_LIBRARIES_DEPEND_UPON = -lEOControl $(OBJC_LIBS)
|
||||
|
||||
# The C source files to be compiled
|
||||
EOAccess_C_FILES =
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
#ifndef GNUSTEP
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include <GNUstepBase/GSCategories.h>
|
||||
#include <GNUstepBase/Additions.h>
|
||||
#endif
|
||||
|
||||
#ifdef NeXT_Foundation_LIBRARY
|
||||
|
|
|
@ -32,9 +32,6 @@ NATIVE_LIBRARY_NAME=EOModeler
|
|||
|
||||
EOModeler_NEEDS_GUI = yes
|
||||
|
||||
EOModeler_LIBRARIES_DEPEND_UPON = -lEOControl -lEOAccess $(GUI_LIBS) \
|
||||
$(OBJC_LIBS)
|
||||
|
||||
# The C source files to be compiled
|
||||
EOModeler_C_FILES =
|
||||
|
||||
|
|
Loading…
Reference in a new issue