added wxHTML bakefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21692 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
b1169abb83
commit
b1c331c58e
24
samples/html/about/about.bkl
Normal file
24
samples/html/about/about.bkl
Normal file
@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<makefile>
|
||||
|
||||
<include file="../../../build/bakefiles/common_samples.bkl"/>
|
||||
|
||||
<exe id="about" template="wx_sample" template_append="wx_append">
|
||||
<sources>about.cpp</sources>
|
||||
<wx-lib>html</wx-lib>
|
||||
<wx-lib>core</wx-lib>
|
||||
<wx-lib>base</wx-lib>
|
||||
<win32-res>about.rc</win32-res>
|
||||
</exe>
|
||||
|
||||
<wx-data id="data">
|
||||
<dstdir>$(BUILDDIR)/data</dstdir>
|
||||
<srcdir>$(SRCDIR)/data</srcdir>
|
||||
<files>
|
||||
about.htm logo.png
|
||||
</files>
|
||||
</wx-data>
|
||||
|
||||
</makefile>
|
33
samples/html/help/help.bkl
Normal file
33
samples/html/help/help.bkl
Normal file
@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<makefile>
|
||||
|
||||
<include file="../../../build/bakefiles/common_samples.bkl"/>
|
||||
|
||||
<exe id="help" template="wx_sample" template_append="wx_append">
|
||||
<sources>help.cpp</sources>
|
||||
<wx-lib>html</wx-lib>
|
||||
<wx-lib>core</wx-lib>
|
||||
<wx-lib>base</wx-lib>
|
||||
<win32-res>help.rc</win32-res>
|
||||
</exe>
|
||||
|
||||
<wx-data id="data">
|
||||
<dstdir>$(BUILDDIR)/helpfiles</dstdir>
|
||||
<srcdir>$(SRCDIR)/helpfiles</srcdir>
|
||||
<files>
|
||||
Index.hhk
|
||||
another.hhc
|
||||
another.hhp
|
||||
another.htm
|
||||
book1.htm
|
||||
book2.htm
|
||||
contents.hhc
|
||||
main.htm
|
||||
page2-b.htm
|
||||
testing.hhp
|
||||
</files>
|
||||
</wx-data>
|
||||
|
||||
</makefile>
|
20
samples/html/helpview/helpview.bkl
Normal file
20
samples/html/helpview/helpview.bkl
Normal file
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<makefile>
|
||||
|
||||
<include file="../../../build/bakefiles/common_samples.bkl"/>
|
||||
|
||||
<exe id="helpview" template="wx_sample" template_append="wx_append">
|
||||
<sources>helpview.cpp</sources>
|
||||
<wx-lib>html</wx-lib>
|
||||
<wx-lib>core</wx-lib>
|
||||
<wx-lib>base</wx-lib>
|
||||
<win32-res>helpview.rc</win32-res>
|
||||
</exe>
|
||||
|
||||
<wx-data id="data">
|
||||
<files>test.zip</files>
|
||||
</wx-data>
|
||||
|
||||
</makefile>
|
20
samples/html/printing/printing.bkl
Normal file
20
samples/html/printing/printing.bkl
Normal file
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<makefile>
|
||||
|
||||
<include file="../../../build/bakefiles/common_samples.bkl"/>
|
||||
|
||||
<exe id="printing" template="wx_sample" template_append="wx_append">
|
||||
<sources>printing.cpp</sources>
|
||||
<wx-lib>html</wx-lib>
|
||||
<wx-lib>core</wx-lib>
|
||||
<wx-lib>base</wx-lib>
|
||||
<win32-res>printing.rc</win32-res>
|
||||
</exe>
|
||||
|
||||
<wx-data id="data">
|
||||
<files>logo6.gif test.htm</files>
|
||||
</wx-data>
|
||||
|
||||
</makefile>
|
23
samples/html/test/test.bkl
Normal file
23
samples/html/test/test.bkl
Normal file
@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<makefile>
|
||||
|
||||
<include file="../../../build/bakefiles/common_samples.bkl"/>
|
||||
|
||||
<exe id="test" template="wx_sample" template_append="wx_append">
|
||||
<sources>test.cpp</sources>
|
||||
<wx-lib>html</wx-lib>
|
||||
<wx-lib>core</wx-lib>
|
||||
<wx-lib>base</wx-lib>
|
||||
<win32-res>test.rc</win32-res>
|
||||
</exe>
|
||||
|
||||
<wx-data id="data">
|
||||
<files>
|
||||
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
|
||||
</files>
|
||||
</wx-data>
|
||||
|
||||
</makefile>
|
20
samples/html/virtual/virtual.bkl
Normal file
20
samples/html/virtual/virtual.bkl
Normal file
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<makefile>
|
||||
|
||||
<include file="../../../build/bakefiles/common_samples.bkl"/>
|
||||
|
||||
<exe id="virtual" template="wx_sample" template_append="wx_append">
|
||||
<sources>virtual.cpp</sources>
|
||||
<wx-lib>html</wx-lib>
|
||||
<wx-lib>core</wx-lib>
|
||||
<wx-lib>base</wx-lib>
|
||||
<win32-res>virtual.rc</win32-res>
|
||||
</exe>
|
||||
|
||||
<wx-data id="data">
|
||||
<files>start.htm</files>
|
||||
</wx-data>
|
||||
|
||||
</makefile>
|
20
samples/html/widget/widget.bkl
Normal file
20
samples/html/widget/widget.bkl
Normal file
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<makefile>
|
||||
|
||||
<include file="../../../build/bakefiles/common_samples.bkl"/>
|
||||
|
||||
<exe id="widget" template="wx_sample" template_append="wx_append">
|
||||
<sources>widget.cpp</sources>
|
||||
<wx-lib>html</wx-lib>
|
||||
<wx-lib>core</wx-lib>
|
||||
<wx-lib>base</wx-lib>
|
||||
<win32-res>widget.rc</win32-res>
|
||||
</exe>
|
||||
|
||||
<wx-data id="data">
|
||||
<files>start.htm</files>
|
||||
</wx-data>
|
||||
|
||||
</makefile>
|
20
samples/html/zip/zip.bkl
Normal file
20
samples/html/zip/zip.bkl
Normal file
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<makefile>
|
||||
|
||||
<include file="../../../build/bakefiles/common_samples.bkl"/>
|
||||
|
||||
<exe id="zip" template="wx_sample" template_append="wx_append">
|
||||
<sources>zip.cpp</sources>
|
||||
<wx-lib>html</wx-lib>
|
||||
<wx-lib>core</wx-lib>
|
||||
<wx-lib>base</wx-lib>
|
||||
<win32-res>zip.rc</win32-res>
|
||||
</exe>
|
||||
|
||||
<wx-data id="data">
|
||||
<files>pages.zip start.htm</files>
|
||||
</wx-data>
|
||||
|
||||
</makefile>
|
Loading…
Reference in New Issue
Block a user