diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-10-05 09:45:56 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-10-05 09:45:56 +0000 |
commit | fe48caea0bf62412082390af6d589c223720ab2c (patch) | |
tree | 47408c26ad443fe1c62421b09e26f272f7ee2efb /sal/test | |
parent | 11fc7a177f70cb8db7958798b8d22c7c5880c326 (diff) |
INTEGRATION: CWS ause068 (1.2.150); FILE MERGED
2006/09/21 15:17:03 hjs 1.2.150.1: #i69536# remove obsolete lines
Diffstat (limited to 'sal/test')
-rw-r--r-- | sal/test/unloading/makefile.mk | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/sal/test/unloading/makefile.mk b/sal/test/unloading/makefile.mk index 0cf2f883e546..b6859981357d 100644 --- a/sal/test/unloading/makefile.mk +++ b/sal/test/unloading/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: rt $ $Date: 2005-09-08 16:27:36 $ +# last change: $Author: kz $ $Date: 2006-10-05 10:45:56 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -112,13 +112,6 @@ SHL2DEF= $(MISC)$/$(SHL2TARGET).def DEF2EXPORTFILE= exports.dxp DEF2NAME= $(SHL2TARGET) -# generate exports ------------------------------------------------ -#DEF1DEPN= $(MISC)$/$(SHL1TARGET).flt -#DEFLIB1NAME= $(TARGET) -#----------------------------------------------------------------- - - - # ------------------------------------------------------------------ APP1NOSAL=TRUE @@ -133,20 +126,10 @@ APP1STDLIBS= \ $(CPPULIB) - - LIBCIMT=MSVCPRTD.lib -.IF "$(GUI)"=="WNT" -#APP1STDLIBS += $(LIBCIMT) -.ENDIF - # --- Targets ------------------------------------------------------ .INCLUDE : target.mk -#$(MISC)$/$(SHL1TARGET).flt : makefile.mk -# +echo _TI2 >$@ -# +echo _TI1 >>$@ - |