diff options
author | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
---|---|---|
committer | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
commit | b7c51c9cf4864df6aabb99a1ae843becd577237c (patch) | |
tree | eebe9b0d0ca03062955223097e57da84dd618b9a /Core/CPU/x64/Foundationx64.sdl | |
download | zprj-b7c51c9cf4864df6aabb99a1ae843becd577237c.tar.xz |
Diffstat (limited to 'Core/CPU/x64/Foundationx64.sdl')
-rw-r--r-- | Core/CPU/x64/Foundationx64.sdl | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Core/CPU/x64/Foundationx64.sdl b/Core/CPU/x64/Foundationx64.sdl new file mode 100644 index 0000000..bb61c1a --- /dev/null +++ b/Core/CPU/x64/Foundationx64.sdl @@ -0,0 +1,19 @@ +TOKEN + Name = "Foundationx64_SUPPORT" + Value = "1" + Help = "Main switch to enable Foundationx64 support in Project" + TokenType = Boolean + TargetEQU = Yes + TargetMAK = Yes + Master = Yes +End + +PATH + Name = "Foundationx64_DIR" +End + +MODULE + Help = "Includes Foundationx64.mak to Project" + File = "Foundationx64.mak" +End + |