diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-31 16:01:51 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-31 16:01:51 +0000 |
commit | 57d6eab350cfe3a9c759efcb1a79eb2f7e8d0e02 (patch) | |
tree | 860f3291ef2bac0c766cbe96b21ee19252e1b7de /odk/examples/cpp | |
parent | e634af4729336886b240ca6f9f50b5d8bcaacf04 (diff) |
INTEGRATION: CWS sdksample (1.4.4); FILE MERGED
2005/01/13 15:23:49 jsc 1.4.4.3: #i39890# change to new doc extensions
2004/10/25 12:58:53 jsc 1.4.4.2: #i29308# minimize exported symbols
2004/08/11 15:09:16 tbe 1.4.4.1: #i32852# SDK: move Java and C++ SimpleBootstrap example into DevelopersGuide section
Diffstat (limited to 'odk/examples/cpp')
-rw-r--r-- | odk/examples/cpp/makefile.mk | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/odk/examples/cpp/makefile.mk b/odk/examples/cpp/makefile.mk index 16d9de71d4fa..7c91931ad4d8 100644 --- a/odk/examples/cpp/makefile.mk +++ b/odk/examples/cpp/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: obo $ $Date: 2004-05-28 15:49:08 $ +# last change: $Author: rt $ $Date: 2005-01-31 17:01:51 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -78,30 +78,23 @@ COUNTER_FILES=\ $(DESTDIRCPPEXAMPLES)$/counter$/counter.cxx \ $(DESTDIRCPPEXAMPLES)$/counter$/counter.uno.xml \ $(DESTDIRCPPEXAMPLES)$/counter$/countermain.cxx \ - $(DESTDIRCPPEXAMPLES)$/counter$/exports.dxp \ $(DESTDIRCPPEXAMPLES)$/counter$/Makefile \ $(DESTDIRCPPEXAMPLES)$/counter$/XCountable.idl DOUCMENTLOADER_FILES=\ $(DESTDIRCPPEXAMPLES)$/DocumentLoader$/DocumentLoader.cxx \ $(DESTDIRCPPEXAMPLES)$/DocumentLoader$/Makefile \ - $(DESTDIRCPPEXAMPLES)$/DocumentLoader$/test.sxw + $(DESTDIRCPPEXAMPLES)$/DocumentLoader$/test.odt REMOTECLIENT_FILES=\ - $(DESTDIRCPPEXAMPLES)$/remoteclient$/exports.dxp \ $(DESTDIRCPPEXAMPLES)$/remoteclient$/Makefile \ $(DESTDIRCPPEXAMPLES)$/remoteclient$/remoteclient.cxx \ $(DESTDIRCPPEXAMPLES)$/remoteclient$/remoteclientsample.uno.xml -SIMPLEBOOTSTRAP_FILES=\ - $(DESTDIRCPPEXAMPLES)$/SimpleBootstrap$/SimpleBootstrap.cxx \ - $(DESTDIRCPPEXAMPLES)$/SimpleBootstrap$/Makefile - DIR_FILE_LIST= \ $(COUNTER_FILES) \ $(DOUCMENTLOADER_FILES) \ - $(REMOTECLIENT_FILES) \ - $(SIMPLEBOOTSTRAP_FILES) + $(REMOTECLIENT_FILES) DIR_DIRECTORY_LIST=$(uniq $(DIR_FILE_LIST:d)) DIR_CREATE_FLAG=$(MISC)$/ex_cpp_dirs_created.txt |