Skip to content

Commit

Permalink
echo
Browse files Browse the repository at this point in the history
  • Loading branch information
mPokornyETM committed Dec 17, 2023
1 parent a2aeae3 commit 4b7b8d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions WinCC_OA_Test/Projects/TfCustomizedQG/scripts/buildHelp.ctl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ void main(string sourcePath)
const string sourcePathQualityChecks = sourcePathRoot + "WinCCOA_QualityChecks/";
const string sourcePathDocs = sourcePathRoot + "docs/";
const string target = sourcePathRoot + "help/";

DebugTN("sourcePathRoot", sourcePathRoot);
DebugTN("sourcePathQualityChecks", sourcePathQualityChecks);
DebugTN("sourcePathDocs", sourcePathDocs);
DebugTN("target", target);

rmdir(target, TRUE);

Expand Down

0 comments on commit 4b7b8d6

Please sign in to comment.