From c5b7db006ae417630067314ccbe68f799f79e8a8 Mon Sep 17 00:00:00 2001 From: fedor Date: Mon, 9 Jul 2001 03:24:07 +0000 Subject: [PATCH] Standardize make git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10335 72102866-910b-0410-8b05-ffd578937521 --- Model/GNUmakefile | 2 +- Model/IBClasses.m | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Model/GNUmakefile b/Model/GNUmakefile index dac82dbdc..48ef53e0d 100644 --- a/Model/GNUmakefile +++ b/Model/GNUmakefile @@ -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 diff --git a/Model/IBClasses.m b/Model/IBClasses.m index 58cd9ae50..74b8c4ed7 100644 --- a/Model/IBClasses.m +++ b/Model/IBClasses.m @@ -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