svnversion.h 414 B

12345678910111213
  1. #pragma once
  2. #if !defined(FROM_IMPL)
  3. #define PROGRAM_VERSION GetProgramSvnVersion()
  4. #define ARCADIA_SOURCE_PATH GetArcadiaSourcePath()
  5. #define PRINT_VERSION PrintSvnVersionAndExit(argc, (char**)argv)
  6. #define PRINT_VERSION_EX(opts) PrintSvnVersionAndExitEx(argc, (char**)argv, opts)
  7. #endif
  8. #include <util/system/compiler.h>
  9. // Automatically generated functions.
  10. #include "build/scripts/c_templates/svnversion.h"