From: Francesco <f18...@ya...> - 2010-06-12 14:00:14
|
2010/6/11 sdfkjsjlh sdbfgsfsdg <sdf...@ya...>: > > But that's the point. The build files are built from the same script so how > do I tell the SCRIPT that it should include certain files in the Windows > build files and not in the Unix ones? ah, ok, I didn't understand the question. What you need is something like: http://wxcode.svn.sourceforge.net/viewvc/wxcode/trunk/wxCode/components/extminiframe/build/wxextminiframe.bkl?revision=451&view=markup i.e. you define a variable conditionally (based on the value of WX_PORT) and then include that variable into a <sources> tag. Let me know if the ExtMiniFrame component's bakefile is not clear enough :) Francesco |