diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:11:54 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:11:54 +0000 |
commit | 55f827e634b8675ba24c479ac2d3dca203042f3d (patch) | |
tree | 2a16243232e8b27afdcfafdfb32459358066ca65 | |
parent | b1b7ba898f86aa24db78d8a1d2e9129a70a23d51 (diff) |
INTEGRATION: CWS mingwport03 (1.6.36); FILE MERGED
2007/03/19 13:03:33 vg 1.6.36.2: RESYNC: (1.6-1.7); FILE MERGED
2006/09/06 14:14:47 vg 1.6.36.1: #i53572# MinGW port
-rw-r--r-- | testtools/source/bridgetest/idl/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/testtools/source/bridgetest/idl/makefile.mk b/testtools/source/bridgetest/idl/makefile.mk index 74d0369ff3df..be08e28ecb95 100644 --- a/testtools/source/bridgetest/idl/makefile.mk +++ b/testtools/source/bridgetest/idl/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: obo $ $Date: 2007-01-25 13:23:55 $ +# last change: $Author: vg $ $Date: 2007-03-26 13:11:54 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -56,6 +56,7 @@ $(BIN)$/bridgetest.rdb: bridgetest.idl $(REGMERGE) $@ /UCR $(MISC)$/$(TARGET)$/bridgetest.urd .IF "$(GUI)" == "WNT" +.IF "$(COM)" != "GCC" CLIMAKERFLAGS = .IF "$(debug)" != "" @@ -71,4 +72,5 @@ $(BIN)$/cli_types_bridgetest.dll: $(BIN)$/bridgetest.rdb -X $(SOLARBINDIR)$/types.rdb $< $(TOUCH) $@ +.ENDIF .ENDIF # GUI, WNT |