I created an Apache ANT script for creating XPIs and also building directly into the installed addon location in my (development) profile.
It also has a target for creating interfaces for custom xpcom components. Take a look here at the script: http://www.mozdev.org/source/browse/modifyheaders/build.xml?rev=1.7;content-type=text%2Fx-cvsweb-markup And here at on of the props files: http://www.mozdev.org/source/browse/modifyheaders/build.properties.default?rev=1.11;content-type=text%2Fx-cvsweb-markup You could use separate properties files for linux and windows environments. Cheers, Gareth --- Sergey Yanovich <[EMAIL PROTECTED]> wrote: > Hi, > > My project has grown quite big, there are 196 files under source > control > at the moment. I have automake/autoconf/libtool build system, which > is > working great on linux. > > However, I reached a point when I need to build on win32. I am > expecting > issues, since that combination is too *nixy. > > Does anyone use autotools with xulrunner application on Windows? Or > what > are the alternatives? > > -- > Sergey Yanovich > > P.S. the project web site is http://www.aasii.org/, all code GPL'ed __________________________________________________________ Sent from Yahoo! Mail - a smarter inbox http://uk.mail.yahoo.com _______________________________________________ Project_owners mailing list [email protected] https://www.mozdev.org/mailman/listinfo/project_owners
