Luis Ontanon wrote:
We could migrate the EXTRA_DIST macro from trunk/Makefile.am to
trunk/Makefile.common and use it to generate the distribution files
for windows too.
Generating an extra_dist.ini file for nsi if in fact it does support
including files?
Hmmm, not sure if I understand you completely - at least it sounds that
we don't even have a concept yet. When I get you right ...
Change the Makefile.nmake(s) like the following:
- move the EXTRA_DIST file list from Makefile.am to Makefile.common
- add some script stuff (e.g. zip-packaging target) to Makefile.nmake to
generate a zip file of "all related" source files (some lists)
to test it (e.g. the buildbot) then:
- call Makefile.nmake to make zip-packaging
- unpack that zip in a clean dir
- do the build process
Do I get you right? What do mean to do with nsi?
Regards, ULFL