summaryrefslogtreecommitdiff
path: root/Protocol/ProtocolLib.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'Protocol/ProtocolLib.sdl')
-rw-r--r--Protocol/ProtocolLib.sdl29
1 files changed, 29 insertions, 0 deletions
diff --git a/Protocol/ProtocolLib.sdl b/Protocol/ProtocolLib.sdl
new file mode 100644
index 0000000..585fcaf
--- /dev/null
+++ b/Protocol/ProtocolLib.sdl
@@ -0,0 +1,29 @@
+TOKEN
+ Name = "ProtocolLib_SUPPORT"
+ Value = "1"
+ Help = "Main switch to enable ProtocolLib support in Project"
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ Master = Yes
+End
+
+PATH
+ Name = "ProtocolLib_DIR"
+End
+
+MODULE
+ Help = "Includes ProtocolLib.mak to Project"
+ File = "ProtocolLib.mak"
+End
+
+ELINK
+ Name = "ProtocolLib_LIB"
+ InvokeOrder = ReplaceParent
+End
+
+ELINK
+ Name = "$(BUILD_DIR)\ProtocolLib.lib"
+ Parent = "ProtocolLib_LIB"
+ InvokeOrder = AfterParent
+End \ No newline at end of file