diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-04 02:19:41 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-04 02:19:41 +0000 |
commit | 2bc20d247e297c15f195599dc70dd721c33c728f (patch) | |
tree | 2828316bf023596dcee4037ed10415afd19f2b59 /cppu/test | |
parent | 36a08cd958475adb962aceda9aa875946fb74f18 (diff) |
INTEGRATION: CWS sb18 (1.27.84); FILE MERGED
2004/05/25 14:46:45 sb 1.27.84.1: #i21150# Do not call cppumaker with -L on Windows (leads to crash, see i29492).
Diffstat (limited to 'cppu/test')
-rw-r--r-- | cppu/test/makefile.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/cppu/test/makefile.mk b/cppu/test/makefile.mk index afae014bd8e0..b86681fb7182 100644 --- a/cppu/test/makefile.mk +++ b/cppu/test/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.27 $ +# $Revision: 1.28 $ # -# last change: $Author: hr $ $Date: 2003-03-19 16:55:43 $ +# last change: $Author: obo $ $Date: 2004-06-04 03:19:41 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -128,9 +128,6 @@ CFLAGS += -DEXTRA_MAPPING .INCLUDE : target.mk CPPUMAKERFLAGS = -C -.IF "$(COM)" == "MSC" -CPPUMAKERFLAGS = -L -.ENDIF TYPES:= -Ttest.XLanguageBindingTest \ -Ttest.XSimpleInterface \ |