diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-09 08:34:13 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-09 08:34:13 +0000 |
commit | fdb5b82a121fb08a3ee423969035b1e1baf18b13 (patch) | |
tree | c33a20bc39d01e294cedb3f52be8a93a8bcb0742 /dtrans/test | |
parent | b221b0684d412fa84bddf44887db60110b5cc350 (diff) |
INTEGRATION: CWS ause076 (1.13.44); FILE MERGED
2007/02/22 18:06:02 hjs 1.13.44.1: #i74721# cleanup obsolete library variables
Diffstat (limited to 'dtrans/test')
-rw-r--r-- | dtrans/test/win32/dnd/makefile.mk | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/dtrans/test/win32/dnd/makefile.mk b/dtrans/test/win32/dnd/makefile.mk index 8b778dee1e3e..8583238157e1 100644 --- a/dtrans/test/win32/dnd/makefile.mk +++ b/dtrans/test/win32/dnd/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: vg $ $Date: 2006-05-24 14:35:17 $ +# last change: $Author: obo $ $Date: 2007-03-09 09:34:13 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -65,9 +65,6 @@ APP1NOSAL=TRUE APP1TARGET= $(TARGET) APP1OBJS=$(OBJFILES) -LIBCIMT=msvcrtd.lib - - APP1STDLIBS= \ $(SALLIB) \ $(CPPUHELPERLIB) \ @@ -86,13 +83,6 @@ APP1LIBS= \ # $(SOLARLIBDIR)$/imtaolecb.lib\ - - -.IF "$(GUI)"=="WNT" -APP1STDLIBS += $(LIBCIMT) -APP2STDLIBS += $(LIBCIMT) -.ENDIF - APP1DEF= $(MISC)\$(APP1TARGET).def # --- Targets --- |