summaryrefslogtreecommitdiff
path: root/Core/EM/Recovery/RecoverySrc.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'Core/EM/Recovery/RecoverySrc.sdl')
-rw-r--r--Core/EM/Recovery/RecoverySrc.sdl21
1 files changed, 21 insertions, 0 deletions
diff --git a/Core/EM/Recovery/RecoverySrc.sdl b/Core/EM/Recovery/RecoverySrc.sdl
new file mode 100644
index 0000000..3c5513c
--- /dev/null
+++ b/Core/EM/Recovery/RecoverySrc.sdl
@@ -0,0 +1,21 @@
+TOKEN
+ Name = "RecoverySrc_SUPPORT"
+ Value = "1"
+ Help = "Main switch to enable Recovery Sources support in Project"
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ Master = Yes
+ Token = "Recovery_SUPPORT" "=" "1"
+End
+
+MODULE
+ File = "RecoverySrc.mak"
+End
+
+ELINK
+ Name = "$(BUILD_DIR)\Recovery.lib"
+ Parent = "$(Recovery_DIR)\Recovery.lib"
+ InvokeOrder = ReplaceParent
+End
+