mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix hemmit merge
This commit is contained in:
parent
28c166d650
commit
7727fee1d0
@ -1,5 +1,3 @@
|
||||
#define ST_RIGHT 1
|
||||
|
||||
class GVAR(rangeTableDialog) {
|
||||
idd = -1;
|
||||
movingEnable = 1;
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
// #define DRAW_LASER_INFO
|
||||
// #define DEBUG_MODE_FULL
|
||||
#define DISABLE_COMPILE_CACHE
|
||||
// #define DISABLE_COMPILE_CACHE
|
||||
// #define ENABLE_PERFORMANCE_COUNTERS
|
||||
|
||||
#ifdef DEBUG_ENABLED_LASER
|
||||
|
24
hemtt.toml
24
hemtt.toml
@ -1,6 +1,26 @@
|
||||
[project]
|
||||
name = "ACE 3"
|
||||
name = "ACE3"
|
||||
prefix = "ace"
|
||||
author = "ACE-Team"
|
||||
files = [
|
||||
"*.dll",
|
||||
"*.so",
|
||||
"mod.cpp",
|
||||
"README.md",
|
||||
"docs/README_DE.md",
|
||||
"docs/README_PL.md",
|
||||
"docs/README.zh-TW.md",
|
||||
"AUTHORS.txt",
|
||||
"LICENSE",
|
||||
"logo_ace3_ca.paa",
|
||||
"meta.cpp"
|
||||
]
|
||||
|
||||
keyname = "{{prefix}}_{{version}}"
|
||||
signame = "{{prefix}}_{{version}}-{{git \"id 8\"}}"
|
||||
|
||||
releasebuild = [
|
||||
"@zip ace3_{{semver.major}}.{{semver.minor}}.{{semver.patch}}"
|
||||
]
|
||||
|
||||
[header_exts]
|
||||
version= "{{git \"id 8\"}}"
|
||||
|
Loading…
Reference in New Issue
Block a user