From 21b0eafcbaf22f62074e742606077a2d30c581c8 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 11 Jul 2008 13:52:16 +0000 Subject: INTEGRATION: CWS jsc21 (1.4.46); FILE MERGED 2008/04/23 09:54:18 jsc 1.4.46.3: RESYNC: (1.4-1.5); FILE MERGED 2008/04/11 12:41:24 jsc 1.4.46.2: #i86121# use correct APP1RPATH for SDK tools 2008/04/11 12:40:18 jsc 1.4.46.1: #i86121#use correct API1RPATH for SDK tools --- unodevtools/source/skeletonmaker/makefile.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'unodevtools') diff --git a/unodevtools/source/skeletonmaker/makefile.mk b/unodevtools/source/skeletonmaker/makefile.mk index 355d28dcdd85..08b5752b0ab9 100644 --- a/unodevtools/source/skeletonmaker/makefile.mk +++ b/unodevtools/source/skeletonmaker/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # # This file is part of OpenOffice.org. # @@ -42,6 +42,8 @@ ENABLE_EXCEPTIONS := TRUE .INCLUDE : $(PRJ)$/unodevtools.pmk APP1TARGET = $(TARGET) +APP1RPATH=SDK + APP1OBJS = $(OBJ)$/skeletonmaker.obj \ $(OBJ)$/skeletoncommon.obj \ $(OBJ)$/javatypemaker.obj \ -- cgit