wx bakefile help

Guru Kathiresan gururamnath at yahoo.com
Tue Dec 4 01:15:55 PST 2007


Hello,
I'm trying to create a bakfile with the template wx.bkl found in
build/bakfiles/wxpresets/presets folder. Can any one tell me how to add an
additional include path to the bakefile ?

My bakefile currently looks like this:

<makefile>
	<include file="presets/wx.bkl"/>
	<exe id="TodoList" template="wx">
		<app-type>gui</app-type>
		<debug-info>on</debug-info>
		<runtime-libs>dynamic</runtime-libs>
		<sources>TodoList.cpp</sources>
            <wx-lib>core</wx-lib>
		<wx-lib>net</wx-lib>
		<wx-lib>xml</wx-lib>
		<wx-lib>odbc</wx-lib>
		<wx-lib>xrc</wx-lib>
		<wx-lib>html</wx-lib>
		<wx-lib>adv</wx-lib>
		<wx-lib>media</wx-lib>
		<wx-lib>gl</wx-lib>
		<wx-lib>dbgrid</wx-lib>
		<wx-lib>qa</wx-lib>
		<wx-lib>aui</wx-lib>
		<wx-lib>richtext</wx-lib>
		<wx-lib>base</wx-lib>		
	</exe>
</makefile>

Thanks,
Guru Kathiresan
Cross platform Form Designer for C++ Builder http://www.twinforms.com/





More information about the wx-users mailing list