bmx-ng / bmk

The enhanced BlitzMax build program.
zlib License
28 stars 13 forks source link

Extend pre.bmk and post.bmk support to be project specific #62

Closed GWRon closed 5 years ago

GWRon commented 5 years ago

For now BMK tries to run "pre.bmk" before compilation and "post.bmk" after compilation.

Sometimes you have multiple "tools" in a single folder (forwhatever reason) or you might have different "main files" doing small adjustments (demo, release, test...). To avoid having all these files use the same "pre.bmk" or "post.bmk" it would be a simple but handy addition to BMK to support "mysourcefile.pre.bmk" and "mysourcefile.post.bml".

GWRon commented 5 years ago

Lol ... just while I wanted to implement it I saw it is already included.