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:
Adam Fedor 2001-07-09 03:24:07 +00:00
parent a56278096e
commit 2eeb71516a
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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