mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 08:50:57 +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
234c006585
commit
c5b7db006a
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…
Add table
Add a link
Reference in a new issue