summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-10-02 16:25:23 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-10-02 16:25:23 +0200
commit3a7c5cd22a1c4ac5feb2ebcd95970d68f278cf12 (patch)
treea8e72c75cc907db6bfc60ac214deb9cc4161eeb9
parent6ee22e9eda7d86cf9b0167f5784a15ddbb2e33f4 (diff)
IMP: Add Windows BTB rule.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
-rw-r--r--tools/asm.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/asm.json b/tools/asm.json
new file mode 100644
index 0000000..51037dd
--- /dev/null
+++ b/tools/asm.json
@@ -0,0 +1,12 @@
+{
+ "compiler_path": "x86_64-w64-mingw32-g++.exe",
+ "compiler_std": "c++20",
+ "headers_path": ["../dev/NDK", "../dev/", "../dev/ndk/src/Detail"],
+ "sources_path": ["asm.cxx"],
+ "output_name": "asm.exe",
+ "compiler_flags": ["-L../", "-lndk"],
+ "cpp_macros": [
+ "__ASM__=202401",
+ "kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)"
+ ]
+}