Posted by Jeff Cinelli on March 17, 2018 at 19:55:45: Uploaded files: 1
In Reply to: Batch Compiles posted by Les Toeplitz on March 16, 2018 at 06:41:34:
Hi Les
Attached is a utility that I wrote to compile an entire directory of source code. The program prompts you for the source and target directories, and assumes the sources either begin with a dash (-), or end in .ibs. There's also an option to either only recompile the program if an object already exists, or compile regardless. If it benefits you, feel free to take the program and modify it to suit your needs. You could add in beginning and ending ranges, allow specific file names, etc.
Note: You'll see some lines remmed out in the program. I still use a lot of keyed files for sources, and those lines would basically create a text file copy with an .ibs extension as a backup while it was compiling.
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.