<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
-->
<filedef name="exejam">
<filepath>$(src_path)/Jamfile</filepath>
<extension/>
<root>$(root)</root>
<ignoreobjects>$(ignoreobjects)</ignoreobjects>
<blocks>
<import url="$(text_path)/copywrite.xml"/>
<import url="$(text_path)/author_fullname.xml"/>
<import url="$(text_path)/company.xml"/>
<import url="$(text_path)/jam_disclaimer.xml"/>
<import url="$(text_path)/author_uname.xml"/>
<date name="date">
<format>%e-%b-%Y</format>
</date>
<forlist name="otherlibs">
<list>$(otherlibs)</list>
<structure>\t\t\t<lib>$(lib_path)/\item\n</structure>
</forlist>
<text name="bin_path">
<content>$(bin_path)</content>
</text>
<text name="lib_path">
<content>$(lib_path)</content>
</text>
<text name="exe">
<content>$(exe)</content>
</text>
<text name="subproject">
<content>$(subproject)</content>
</text>
<text name="library">
<content>$(library)</content>
</text>
<text name="extradefs">
<content>$(extradefs)</content>
</text>
</blocks>
<structure>
#
# \copywrite
# \author_fullname; \company
#
\jam_disclaimer
#
# Jamfile
#
# \date \author_uname Generated by tangle. Edit at your own risk!
#
# declare the location of this subproject relative to the root
subproject \subproject ;
exe \exe : main.cpp
<lib>\lib_path/\library
\otherlibs
<lib>\lib_path/cppreflectjscriptlib
<lib>\lib_path/cpppersistxmllib
<lib>\lib_path/cpppersistlib
<lib>\lib_path/expat
<lib>\lib_path/boostfilesystemlib
<lib>\lib_path/boostdatetimelib
: <sysinclude>$(PROJECT_ROOT) <sysinclude>$(BOOST_ROOT)
\extradefs
;
stage \bin_path : <exe>\exe
: <target>stage
: debug release
;
</structure>
</filedef>