summaryrefslogtreecommitdiff
path: root/ReferenceCode/Haswell/Library/ThunkLib.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'ReferenceCode/Haswell/Library/ThunkLib.sdl')
-rw-r--r--ReferenceCode/Haswell/Library/ThunkLib.sdl26
1 files changed, 26 insertions, 0 deletions
diff --git a/ReferenceCode/Haswell/Library/ThunkLib.sdl b/ReferenceCode/Haswell/Library/ThunkLib.sdl
new file mode 100644
index 0000000..e56aae4
--- /dev/null
+++ b/ReferenceCode/Haswell/Library/ThunkLib.sdl
@@ -0,0 +1,26 @@
+TOKEN
+ Name = ThunkLib_SUPPORT
+ Value = "1"
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ Master = Yes
+ Help = "Main switch to enable ThunkLib support in Project"
+End
+
+TOKEN
+ Name = "ThunkLib_LIB"
+ Value = "$$(LIB_BUILD_DIR)\ThunkLib.lib"
+ TokenType = Expression
+ TargetMAK = Yes
+End
+
+PATH
+ Name = "ThunkLib_DIR"
+End
+
+MODULE
+ Help = "Includes ThunkLib.mak to Project"
+ File = "ThunkLib.mak"
+End
+