Ticket #15101 (closed defect: fixed)
Remove computer environment specific files from autoconf_inc.m4
| Reported by: | kosenko | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 2.9.5 |
| Component: | build | Version: | 2.9-svn |
| Keywords: | bakefile | Cc: | vaclavslavik |
| Blocked By: | Patch: | no | |
| Blocking: |
Description
Following file mentions is specific for bakefile_gen runtime environment in autoconf_inc.m4. And last file can't be regenerated with same result in an other environment from scratch.
../../samples/auinew/auidemo.bkl ../../samples/docvwmdi/docvwmdi.bkl ../../samples/editlbox/editlbox.bkl ../../samples/flash/flash.bkl ../../samples/mahogany/mahogany.bkl ../../samples/mfc/mfc.bkl ../../samples/mobile/mobile_samples.bkl ../../samples/mobile/styles/styles.bkl ../../samples/mobile/wxedit/wxedit.bkl ../../samples/ribbon/mahogany.bkl ../../samples/scrollsub/scrollsub.bkl ../../utils/HelpGen/src/helpgen.bkl ../../utils/ifacecheck/ifacecheck.bkl ../../utils/tex2rtf/src/tex2rtf.bkl
flash and mfc samples exists, but it look like they should be excluded from autoconf scripts ( samples/samples.bkl):
<!-- These samples don't always build (they need non-default wxWidgets configuration or some 3rd party library being installed) so don't build them by default by using "optsub" template instead of "sub" one and some of them also require MSVC compiler so don't use them with the other ones. --> <if cond="FORMAT[:3] == 'msv'"> <subproject id="flash" template="optsub"/> <subproject id="mfc" template="optsub"/> </if>
Change History
Note: See
TracTickets for help on using
tickets.
