aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-11-23 16:09:08 +0100
committerAnton Khirnov <anton@khirnov.net>2022-11-23 16:27:59 +0100
commitbda9a532a8edfbac51717979fc11117a9bdfee30 (patch)
tree25e8772b8cd86e4034c6c12dc6f6d31fef769e83 /config.h
parent71c57b6bb58ac03699e0c9723c9a5765e2526690 (diff)
Preliminary make support.make
Diffstat (limited to 'config.h')
-rw-r--r--config.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.h b/config.h
new file mode 100644
index 0000000..ab9aef0
--- /dev/null
+++ b/config.h
@@ -0,0 +1,10 @@
+#ifndef MG2D_CONFIG_H
+#define MG2D_CONFIG_H
+
+#define ARCH_X86 1
+
+#define ARCH_X86_64 1
+
+#define HAVE_EXTERNAL_ASM 1
+
+#endif // MG2D_CONFIG_H