From b1c331c58e50a003d66fe4b2c4f1c9b72daeb38b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 5 Jul 2003 22:43:15 +0000 Subject: [PATCH] added wxHTML bakefiles git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21692 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/html/about/about.bkl | 24 ++++++++++++++++++++++ samples/html/help/help.bkl | 33 ++++++++++++++++++++++++++++++ samples/html/helpview/helpview.bkl | 20 ++++++++++++++++++ samples/html/printing/printing.bkl | 20 ++++++++++++++++++ samples/html/test/test.bkl | 23 +++++++++++++++++++++ samples/html/virtual/virtual.bkl | 20 ++++++++++++++++++ samples/html/widget/widget.bkl | 20 ++++++++++++++++++ samples/html/zip/zip.bkl | 20 ++++++++++++++++++ 8 files changed, 180 insertions(+) create mode 100644 samples/html/about/about.bkl create mode 100644 samples/html/help/help.bkl create mode 100644 samples/html/helpview/helpview.bkl create mode 100644 samples/html/printing/printing.bkl create mode 100644 samples/html/test/test.bkl create mode 100644 samples/html/virtual/virtual.bkl create mode 100644 samples/html/widget/widget.bkl create mode 100644 samples/html/zip/zip.bkl diff --git a/samples/html/about/about.bkl b/samples/html/about/about.bkl new file mode 100644 index 0000000000..e3e72fe8b8 --- /dev/null +++ b/samples/html/about/about.bkl @@ -0,0 +1,24 @@ + + + + + + + + + about.cpp + html + core + base + about.rc + + + + $(BUILDDIR)/data + $(SRCDIR)/data + + about.htm logo.png + + + + diff --git a/samples/html/help/help.bkl b/samples/html/help/help.bkl new file mode 100644 index 0000000000..6bc0a74eb0 --- /dev/null +++ b/samples/html/help/help.bkl @@ -0,0 +1,33 @@ + + + + + + + + + help.cpp + html + core + base + help.rc + + + + $(BUILDDIR)/helpfiles + $(SRCDIR)/helpfiles + + Index.hhk + another.hhc + another.hhp + another.htm + book1.htm + book2.htm + contents.hhc + main.htm + page2-b.htm + testing.hhp + + + + diff --git a/samples/html/helpview/helpview.bkl b/samples/html/helpview/helpview.bkl new file mode 100644 index 0000000000..a04699656e --- /dev/null +++ b/samples/html/helpview/helpview.bkl @@ -0,0 +1,20 @@ + + + + + + + + + helpview.cpp + html + core + base + helpview.rc + + + + test.zip + + + diff --git a/samples/html/printing/printing.bkl b/samples/html/printing/printing.bkl new file mode 100644 index 0000000000..0d665c6315 --- /dev/null +++ b/samples/html/printing/printing.bkl @@ -0,0 +1,20 @@ + + + + + + + + + printing.cpp + html + core + base + printing.rc + + + + logo6.gif test.htm + + + diff --git a/samples/html/test/test.bkl b/samples/html/test/test.bkl new file mode 100644 index 0000000000..cb0497e10f --- /dev/null +++ b/samples/html/test/test.bkl @@ -0,0 +1,23 @@ + + + + + + + + + test.cpp + html + core + base + test.rc + + + + + f.html fft.html imagemap.htm imagemap.png pic.png pic2.bmp + tables.htm test.htm i18n.gif 8859_2.htm cp1250.htm regres.htm + + + + diff --git a/samples/html/virtual/virtual.bkl b/samples/html/virtual/virtual.bkl new file mode 100644 index 0000000000..10c045e6a6 --- /dev/null +++ b/samples/html/virtual/virtual.bkl @@ -0,0 +1,20 @@ + + + + + + + + + virtual.cpp + html + core + base + virtual.rc + + + + start.htm + + + diff --git a/samples/html/widget/widget.bkl b/samples/html/widget/widget.bkl new file mode 100644 index 0000000000..82e8e709ca --- /dev/null +++ b/samples/html/widget/widget.bkl @@ -0,0 +1,20 @@ + + + + + + + + + widget.cpp + html + core + base + widget.rc + + + + start.htm + + + diff --git a/samples/html/zip/zip.bkl b/samples/html/zip/zip.bkl new file mode 100644 index 0000000000..dbf4125afd --- /dev/null +++ b/samples/html/zip/zip.bkl @@ -0,0 +1,20 @@ + + + + + + + + + zip.cpp + html + core + base + zip.rc + + + + pages.zip start.htm + + +