diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-09 07:56:04 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-09 07:56:04 +0000 |
commit | 0456152c9d03633ad0f22ba46dcbbbd1e4089962 (patch) | |
tree | a320fa34808a9a54f69e6eb434a9c5e2834d1a6d /registry/workben | |
parent | 52fa41f8c1c78eadda9d806e87518dc948ead0a7 (diff) |
INTEGRATION: CWS ause076 (1.3.2); FILE MERGED
2007/02/23 11:24:04 hjs 1.3.2.1: #i74721# cleanup obsolete library variables
Diffstat (limited to 'registry/workben')
-rw-r--r-- | registry/workben/makefile.mk | 29 |
1 files changed, 2 insertions, 27 deletions
diff --git a/registry/workben/makefile.mk b/registry/workben/makefile.mk index 86a2693301a5..a8cd666ee2f9 100644 --- a/registry/workben/makefile.mk +++ b/registry/workben/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: vg $ $Date: 2007-02-06 13:36:30 $ +# last change: $Author: obo $ $Date: 2007-03-09 08:56:04 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -64,25 +64,12 @@ APP1STDLIBS=\ $(SALLIB) \ $(REGLIB) -.IF "$(GUI)"=="WNT" -APP1STDLIBS+= \ - $(LIBCIMT) $(LIBCMT) -.ENDIF - - APP2TARGET= test APP2OBJS= $(OBJ)$/test.obj APP2STDLIBS=\ $(RGTLIB) - -.IF "$(GUI)"=="WNT" -APP2STDLIBS+= \ - $(LIBCIMT) $(LIBCMT) -.ENDIF - - APP3TARGET= regspeed APP3OBJS= $(OBJ)$/regspeed.obj @@ -90,16 +77,4 @@ APP3STDLIBS=\ $(SALLIB) \ $(REGLIB) -.IF "$(GUI)"=="WNT" -APP3STDLIBS+= \ - $(LIBCIMT) $(LIBCMT) -.ENDIF - - - -#.IF "$(COM)"=="ICC" -#ENVCFLAGS=$(ENVCFLAGS) -D_STD_NO_NAMESPACE -D_VOS_NO_NAMESPACE -D_UNO_NO_NAMESPACE -#.ENDIF - - .INCLUDE : target.mk |