This is an Add-In BBBuilder.dll version 1
The BBBBuilder.dll will create a single .bat file that when run from the command line will build the program that was open at the time BBBBuilder was invoked. It is all in one. Run the resulting .bat file and it will build the program.
The dll does all of the work, the output is the 'project name'.bat. Of course it can be edited manually too.
Limitations:
1) no spaces in the source filenames
2) no spaces in subdirectory names under the project directory
3) file names are not to be Unicode, or if Unicode then only using ASCII characters
Source code will be released once I get the PowerShell script working, or I give up on that option. Currently PowerShell works for everything but linking.
John Z
Tested program with 45 C files, several subdirs, and some prebuilt .objs
Tested a console program
Tested an asm file
Tested building a batch file to build the dll itself.
More information in the readme.txt included in the zip file. Example .bat attached too