mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Standardize make
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10335 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a56278096e
commit
2eeb71516a
2 changed files with 4 additions and 2 deletions
|
@ -32,7 +32,7 @@ include $(GNUSTEP_MAKEFILES)/common.make
|
|||
include ../Version
|
||||
LIBRARY_NAME = libgmodel
|
||||
|
||||
ifeq ($(GUI_LIB), nx)
|
||||
ifeq ($(BUILD_NIB2GMODEL), yes)
|
||||
TOOL_NAME = nib2gmodel
|
||||
endif
|
||||
|
||||
|
|
|
@ -54,6 +54,8 @@
|
|||
@end
|
||||
#endif
|
||||
|
||||
#ifndef GNU_GUI_LIBRARY
|
||||
|
||||
@implementation NSCustomObject (NibToGModel)
|
||||
- (id)awakeAfterUsingCoder:(NSCoder*)aDecoder
|
||||
{
|
||||
|
@ -91,7 +93,6 @@
|
|||
|
||||
@end /* NSCustomObject */
|
||||
|
||||
|
||||
@implementation NSCustomView (NibToGModel)
|
||||
|
||||
- (id)awakeAfterUsingCoder:(NSCoder*)aDecoder
|
||||
|
@ -254,3 +255,4 @@
|
|||
|
||||
@end
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue