appendProps.txt 608 B

12345678910111213141516171819
  1. # Appends version related properties to System/Rsrc/Strings.odc.
  2. # The parameters {#XXX} are assumed to be replaced by the build process
  3. # before executing this script.
  4. DevCompiler.CompileThis ScriptBuild
  5. ScriptBuild.AppendProperty appVersion "{#AppVersion}"
  6. ScriptBuild.AppendProperty appVerName "{#AppVerName}"
  7. ScriptBuild.AppendProperty fileVersion "{#FileVersion}"
  8. ScriptBuild.AppendProperty buildNum "{#BuildNum}"
  9. ScriptBuild.AppendProperty buildDate "{#BuildDate}"
  10. ScriptBuild.AppendProperty buildBranch "{#BuildBranch}"
  11. ScriptBuild.AppendProperty commitHash "{#CommitHash}"