summaryrefslogtreecommitdiff
path: root/ReferenceCode/ME/Protocol/MeProtocolLib.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'ReferenceCode/ME/Protocol/MeProtocolLib.sdl')
-rw-r--r--ReferenceCode/ME/Protocol/MeProtocolLib.sdl28
1 files changed, 28 insertions, 0 deletions
diff --git a/ReferenceCode/ME/Protocol/MeProtocolLib.sdl b/ReferenceCode/ME/Protocol/MeProtocolLib.sdl
new file mode 100644
index 0000000..ca3d3c3
--- /dev/null
+++ b/ReferenceCode/ME/Protocol/MeProtocolLib.sdl
@@ -0,0 +1,28 @@
+TOKEN
+ Name = "MeProtocolLib_SUPPORT"
+ Value = "1"
+ Help = "Main switch to enable MeProtocolLib support in Project"
+ TokenType = Boolean
+ TargetMAK = Yes
+ Master = Yes
+End
+
+PATH
+ Name = "MeProtocolLib_DIR"
+End
+
+MODULE
+ Help = "Includes MeProtocolLib.mak to Project"
+ File = "MeProtocolLib.mak"
+End
+
+ELINK
+ Name = "MeProtocolLib_LIB"
+ InvokeOrder = ReplaceParent
+End
+
+ELINK
+ Name = "$(BUILD_DIR)\MeProtocolLib.lib"
+ Parent = "MeProtocolLib_LIB"
+ InvokeOrder = AfterParent
+End