summaryrefslogtreecommitdiff
path: root/Protocol/ProtocolLib.sdl
diff options
context:
space:
mode:
authorraywu <raywu0301@gmail.com>2018-06-15 00:00:50 +0800
committerraywu <raywu0301@gmail.com>2018-06-15 00:00:50 +0800
commitb7c51c9cf4864df6aabb99a1ae843becd577237c (patch)
treeeebe9b0d0ca03062955223097e57da84dd618b9a /Protocol/ProtocolLib.sdl
downloadzprj-b7c51c9cf4864df6aabb99a1ae843becd577237c.tar.xz
init. 1AQQW051HEADmaster
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