delphidabbler / codesnip

A code bank designed with Pascal in mind
https://delphidabbler.com/software/codesnip
Other
111 stars 34 forks source link

Add new batch file to build both CodeSnip editions #128

Closed delphidabbler closed 2 weeks ago

delphidabbler commented 7 months ago

It's a bit of a faff to always having to run Make twice when building a release. Their could be a release batch file that could do the following:

  1. Enforce the use of a version number to be included in the file names.
  2. Define VERSION to hold version number passed on command line.
  3. Call Make twice, once with PORTABLE defined.
delphidabbler commented 2 weeks ago

Implemented at commit 4e12075