diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/util/makefile.mk | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sw/util/makefile.mk b/sw/util/makefile.mk index 5949ed41e273..5403252a0e76 100644 --- a/sw/util/makefile.mk +++ b/sw/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.64 $ +# $Revision: 1.65 $ # -# last change: $Author: obo $ $Date: 2008-02-26 10:50:37 $ +# last change: $Author: kz $ $Date: 2008-03-06 12:33:31 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -199,6 +199,11 @@ SHL3STDLIBS= \ $(SALLIB) \ $(SOTLIB) +.IF "$(ENABLE_LAYOUT)" == "TRUE" +LINKFLAGS+= -L../$(PRJ)/layout/$(INPATH)/lib +SHL3STDLIBS += -ltklayout$(UPD)$(DLLPOSTFIX) +.ENDIF # ENABLE_LAYOUT == TRUE + SHL3LIBS= $(SLB)$/swui.lib LIB3TARGET = $(SLB)$/swui.lib |