diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-09 08:00:23 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-09 08:00:23 +0000 |
commit | 184e46c6af6186a6ac4eaa4128bdcd6f7efc85b5 (patch) | |
tree | 05696f6ef01594ef5c5801729d77b6486f90e908 /connectivity/workben | |
parent | dabb285445f48d4979f17ee9912344bb8236842c (diff) |
INTEGRATION: CWS ause076 (1.7.8); FILE MERGED
2007/02/23 11:16:03 hjs 1.7.8.1: #i74721# cleanup obsolete library variables
Diffstat (limited to 'connectivity/workben')
-rw-r--r-- | connectivity/workben/testmoz/makefile.mk | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/connectivity/workben/testmoz/makefile.mk b/connectivity/workben/testmoz/makefile.mk index bf913347fddc..284d488ff0fc 100644 --- a/connectivity/workben/testmoz/makefile.mk +++ b/connectivity/workben/testmoz/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: vg $ $Date: 2007-02-06 13:37:49 $ +# last change: $Author: obo $ $Date: 2007-03-09 09:00:23 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -66,22 +66,12 @@ APP1STDLIBS = $(APPSTDLIBS) -.IF "$(GUI)"=="WNT" -APP1STDLIBS+=$(LIBCIMT) -.ENDIF - APP2TARGET = mozThread APP2OBJS = $(OBJ)$/initUNO.obj \ $(OBJ)$/mozthread.obj APP2STDLIBS = $(APPSTDLIBS) - - -.IF "$(GUI)"=="WNT" -APP2STDLIBS+=$(LIBCIMT) -.ENDIF - # --- Targets ------------------------------------------------------ .INCLUDE : target.mk |