diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2001-04-27 10:01:07 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2001-04-27 10:01:07 +0000 |
commit | 492133f3554d59186869d761ad1e7bd392b86238 (patch) | |
tree | 09aa7c5fa7751aedfcb59dbb33038ab510570932 /cppu/test/makefile.mk | |
parent | d81282f836aad21272a0bf424fde30b491c2d6f8 (diff) |
commented out c bridge tests
Diffstat (limited to 'cppu/test/makefile.mk')
-rw-r--r-- | cppu/test/makefile.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cppu/test/makefile.mk b/cppu/test/makefile.mk index b531159f4..567f93ba6 100644 --- a/cppu/test/makefile.mk +++ b/cppu/test/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.17 $ +# $Revision: 1.18 $ # -# last change: $Author: jsc $ $Date: 2001-04-23 10:21:01 $ +# last change: $Author: dbo $ $Date: 2001-04-27 11:01:07 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -84,15 +84,15 @@ INCPRE+= $(OUT)$/inc$/test OBJFILES= \ $(OBJ)$/testcppu.obj \ $(OBJ)$/test_di.obj \ - $(OBJ)$/test_cuno.obj \ $(OBJ)$/test_Cincludes.obj +# $(OBJ)$/test_cuno.obj \ # $(OBJ)$/test_sec.obj \ APP1TARGET= testcppu APP1OBJS= \ $(OBJ)$/testcppu.obj \ - $(OBJ)$/test_di.obj \ - $(OBJ)$/test_cuno.obj + $(OBJ)$/test_di.obj +# $(OBJ)$/test_cuno.obj # $(OBJ)$/test_sec.obj APP1STDLIBS+= \ @@ -169,5 +169,5 @@ $(BIN)$/testcppu.rdb: $(ALLIDLFILES) unoheader: $(BIN)$/testcppu.rdb +cppumaker $(CPPUMAKERFLAGS) -BUCR -O$(UNOUCROUT) $(TYPES) $(BIN)$/testcppu.rdb - +cunomaker -BUCR -O$(UNOUCROUT) $(TYPES) $(BIN)$/testcppu.rdb +# +cunomaker -BUCR -O$(UNOUCROUT) $(TYPES) $(BIN)$/testcppu.rdb |