diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-07-11 13:52:16 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-07-11 13:52:16 +0000 |
commit | 21b0eafcbaf22f62074e742606077a2d30c581c8 (patch) | |
tree | bac52e9facd4e3f86b3bb3258486c1a1b3ae0894 /unodevtools | |
parent | b150632a4010c8dafb18df010c773317497cf6ca (diff) |
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
Diffstat (limited to 'unodevtools')
-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 \ |