diff options
author | Poommetee Ketson <poommetee@protonmail.com> | 2017-06-23 22:03:41 +0700 |
---|---|---|
committer | Poommetee Ketson <poommetee@protonmail.com> | 2017-06-25 07:55:01 +0700 |
commit | e3998528e021d2722b40bc1bcda809baaa2cce3b (patch) | |
tree | 5484259368bf73d1b429533fa36917c1f1030e67 /drivers/unix | |
parent | a2e4b80ff5649504ed4bdc4b4c7f39c19ae6db6a (diff) |
BuildSystem: generated files have .gen.extension
Diffstat (limited to 'drivers/unix')
-rw-r--r-- | drivers/unix/SCsub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/unix/SCsub b/drivers/unix/SCsub index 3766e782e4..96efc91b7a 100644 --- a/drivers/unix/SCsub +++ b/drivers/unix/SCsub @@ -8,7 +8,7 @@ g_set_p += 'String OS_Unix::get_global_settings_path() const {\n' g_set_p += '\treturn "' + env["unix_global_settings_path"] + '";\n' g_set_p += '}\n' g_set_p += '#endif' -f = open("os_unix_global_settings_path.cpp", "wb") +f = open("os_unix_global_settings_path.gen.cpp", "wb") f.write(g_set_p) f.close() |