#include "byte_filer.h"#include "filename.h"#include "ini_config.h"#include "version_ini.h"#include <basis/function.h>#include <basis/portable.h>#include <basis/string_array.h>#include <basis/version_record.h>#include <opsystem/directory.h>#include <sys/stat.h>Include dependency graph for version_ini.cpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | LOG(t) CLASS_EMERGENCY_LOG(program_wide_logger(), t) |
| #define | REPLACE(tag, replacement) new_version_entry.replace_all(tag, replacement); \ |
Variables | |
| const char * | VERSION_INI_FILE = "/version.ini" |
| const istring | version_rc_template |
| const istring | version_header_template |
| #define LOG | ( | t | ) | CLASS_EMERGENCY_LOG(program_wide_logger(), t) |
Definition at line 62 of file version_ini.cpp.
Definition at line 270 of file version_ini.cpp.
Referenced by version_ini::write_code(), and version_ini::write_rc().
| const char* VERSION_INI_FILE = "/version.ini" |
Definition at line 59 of file version_ini.cpp.
| const istring version_rc_template |
1.5.1