summaryrefslogtreecommitdiff
path: root/EDK/MiniSetup/TseLite/TseLiteBin.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'EDK/MiniSetup/TseLite/TseLiteBin.sdl')
-rw-r--r--EDK/MiniSetup/TseLite/TseLiteBin.sdl36
1 files changed, 36 insertions, 0 deletions
diff --git a/EDK/MiniSetup/TseLite/TseLiteBin.sdl b/EDK/MiniSetup/TseLite/TseLiteBin.sdl
new file mode 100644
index 0000000..b646d33
--- /dev/null
+++ b/EDK/MiniSetup/TseLite/TseLiteBin.sdl
@@ -0,0 +1,36 @@
+TOKEN
+ Name = "TseLite_Bin_SUPPORT"
+ Value = "1"
+ Help = "Main switch to enable TseLite sources support in Project"
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ Master = Yes
+End
+
+PATH
+ Name = "TSELITESRC_DIR"
+End
+
+ELINK
+ Name = "$(TSELITESRC_DIR)\TseLiteLocal$(ARCH).lib"
+ Parent = "TSELITELIB"
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = "$(TSELITESRC_DIR)\StyleHook\StyleHook$(ARCH).lib"
+ Parent = "MINISETUPLIB"
+ Priority = 100
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = "HOTKEY_LIST"
+ InvokeOrder = ReplaceParent
+End
+
+ELINK
+ Name = "HOTCLICK_LIST"
+ InvokeOrder = ReplaceParent
+End \ No newline at end of file