~ubuntu-branches/ubuntu/feisty/libxml++2.6/feisty

« back to all changes in this revision

Viewing changes to MSVC_Net2003/examples/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-11-17 14:53:51 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20061117145351-2a403c6h54pzia5l
Tags: 2.17.1-0ubuntu1
* New upstream release: 
  - Node: Added get_parent()
  - TextReader: Added TextReader(const char* data) constructor, for parsing 
    memory buffers.
  - Element::set_attribute(): Really return the new attribute.
  - Build: Added MS Visual Studio 2005 project files.
* debian/control:
  - remove duplicate doxygen build-dep.
* debian/rules, debian/libxml++2.6-doc.docs:
  - 2.14 -> 2.17.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
43
        $(ACLOCAL_M4)
44
44
mkinstalldirs = $(install_sh) -d
 
45
CONFIG_HEADER = $(top_builddir)/config.h \
 
46
        $(top_builddir)/libxml++/libxml++config.h
45
47
CONFIG_CLEAN_FILES =
46
48
SOURCES =
47
49
DIST_SOURCES =
108
110
MAKEINFO = @MAKEINFO@
109
111
OBJDUMP = @OBJDUMP@
110
112
OBJEXT = @OBJEXT@
 
113
OS_WIN32_FALSE = @OS_WIN32_FALSE@
 
114
OS_WIN32_TRUE = @OS_WIN32_TRUE@
111
115
PACKAGE = @PACKAGE@
112
116
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
113
117
PACKAGE_NAME = @PACKAGE_NAME@