virtual int execute();
//!< the root of the program's activity.
- int print_instructions() { LOG("no instructions at this time."); return 1; }
+ int print_instructions();
//!< describes the available command line options for this program.
private:
application_example::~application_example()
{}
+int application_example::print_instructions()
+{
+ FUNCDEF("print_instructions");
+ LOG("no instructions at this time.");
+ return 1;
+}
+
void application_example::handle_startup()
{
FUNCDEF("handle_startup");
# make this again so no one gets cranky.
mkdir -p "$LOGS_DIR"
-echo "after removing and making dir again, it's here '$LOGS_DIR'..."
-ls -al $LOGS_DIR
-
toolset_names=(makedep value_tagger version_stamper vsts_version_fixer write_build_config short_path sleep_ms zap_process playsound create_guid)
if [ -z "$SAVE_BINARIES" ]; then