Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Revised some documentation within Build() - If anything can be one-liner statements within the Build() function, do it. Only some are affected with this change. - Revised __PrerequisiteCheck() description block. - Removed the three variables within the __PrerequisiteCheck() as they are not needed and can be handled as needed within the function. - Any calls to DisplayBulletListMessage() will now be multi-lines, making it easier to read in __PrerequisiteCheck(). - Revised messages that are displayed onto the terminal from __PrerequisiteCheck() - Revised the messages that are recorded to the logfile from __PrerequisiteCheck(). - When __PrerequisiteCheck() detects the Project's Source Files, also show the same path to the user. - When __PrerequisiteCheck() detects the parent output directory, also show the same path to the user. - Revised __GenerateArchiveFileName() function description block. - Updated __GenerateArchiveFileName() signature to be a void, but will take a string reference that will provide the filename. - Revised the messages that are shown to the user from the __GenerateArchiveFileName() function. - Revised __GenerateOutputPath() function description block. - Revised __GenerateOutputPath() signature, to return a bool flag signifying if the function completed successfully, and takes a reference as its argument for a output path string. - Enhanced __GenerateOutputPath() to try to create the project's output directory when it doesn't already exist. #123
- Loading branch information