diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-09 07:51:09 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-09 07:51:09 +0000 |
commit | cae8564960aaa4ea95a68ee3e8923bc998fcf2a2 (patch) | |
tree | ffd69f8bfb5288cefe8ae6c3d86be215e8b176ef /stoc | |
parent | 2f0a5a3a6484572b553f3bb0ae293dbb2ada3049 (diff) |
INTEGRATION: CWS ause076 (1.26.10); FILE MERGED
2007/02/23 12:41:51 hjs 1.26.10.1: #i74721# cleanup obsolete library variables
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/test/makefile.mk | 38 |
1 files changed, 3 insertions, 35 deletions
diff --git a/stoc/test/makefile.mk b/stoc/test/makefile.mk index 6e84951b87b8..eaeb60e498ec 100644 --- a/stoc/test/makefile.mk +++ b/stoc/test/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.26 $ +# $Revision: 1.27 $ # -# last change: $Author: vg $ $Date: 2007-02-06 13:08:38 $ +# last change: $Author: obo $ $Date: 2007-03-09 08:51:09 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -82,11 +82,6 @@ APP1STDLIBS= \ $(SALHELPERLIB) \ $(SALLIB) -.IF "$(GUI)"=="WNT" -APP1STDLIBS+= -# $(LIBCIMT) $(LIBCMT) -.ENDIF - # --- Application 2 ------------------------------------------------ APP2TARGET= $(TARGET2) APP2OBJS= $(OBJ)$/testregistry.obj $(OBJ)$/mergekeys_.obj @@ -97,12 +92,6 @@ APP2STDLIBS= \ $(SALHELPERLIB) \ $(SALLIB) -.IF "$(GUI)"=="WNT" -APP2STDLIBS+= -# $(LIBCIMT) $(LIBCMT) -.ENDIF - - # --- Application 3 - testsmgr main ------------------------------------ APP3TARGET= $(TARGET3) APP3OBJS = $(OBJ)$/testsmgr.obj @@ -116,8 +105,7 @@ APP3STDLIBS= \ APP3STDLIBS+= -l$(SHL1TARGET) .ENDIF .IF "$(GUI)"=="WNT" -APP3STDLIBS+= $(LIBCIMT) \ - i$(SHL1TARGET).lib +APP3STDLIBS+= i$(SHL1TARGET).lib .ENDIF # --- Application 4 - testcorefl main ------------------------------------ @@ -128,10 +116,6 @@ APP4STDLIBS= \ $(CPPUHELPERLIB) \ $(SALLIB) -.IF "$(GUI)"=="WNT" -APP4STDLIBS+= $(LIBCIMT) -.ENDIF - # --- Application 5 - testinvocation main ------------------------------------ APP5TARGET= $(TARGET5) APP5OBJS = $(OBJ)$/testiadapter.obj @@ -140,10 +124,6 @@ APP5STDLIBS= \ $(CPPUHELPERLIB) \ $(SALLIB) -.IF "$(GUI)"=="WNT" -APP5STDLIBS+= $(LIBCIMT) -.ENDIF - # --- Application 6 - testitrosp main ------------------------------------ APP6TARGET= $(TARGET6) APP6OBJS = $(OBJ)$/testintrosp.obj @@ -153,10 +133,6 @@ APP6STDLIBS= \ $(SALHELPERLIB) \ $(SALLIB) -.IF "$(GUI)"=="WNT" -APP6STDLIBS+= $(LIBCIMT) -.ENDIF - # --- Application 7 - testconv main ------------------------------------ APP7TARGET= $(TARGET7) APP7OBJS = $(OBJ)$/testconv.obj @@ -165,10 +141,6 @@ APP7STDLIBS= \ $(CPPUHELPERLIB) \ $(SALLIB) -.IF "$(GUI)"=="WNT" -APP7STDLIBS+= $(LIBCIMT) -.ENDIF - # --- Application 8 - testproxyfac main ------------------------------------ APP8TARGET= $(TARGET8) APP8OBJS = $(OBJ)$/testproxyfac.obj @@ -177,10 +149,6 @@ APP8STDLIBS= \ $(CPPUHELPERLIB) \ $(SALLIB) -.IF "$(GUI)"=="WNT" -APP8STDLIBS+= $(LIBCIMT) -.ENDIF - # --- Application 9 - testproxyfac main ------------------------------------ APP9TARGET= $(TARGET9) APP9OBJS = $(OBJ)$/testsmgr2.obj |