diff options
-rw-r--r-- | unodevtools/source/skeletonmaker/makefile.mk | 4 |
1 files changed, 3 insertions, 1 deletions
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 \ |