summaryrefslogtreecommitdiff
path: root/Library/Library.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Library.sdl')
-rw-r--r--Library/Library.sdl36
1 files changed, 36 insertions, 0 deletions
diff --git a/Library/Library.sdl b/Library/Library.sdl
new file mode 100644
index 0000000..f3a4a83
--- /dev/null
+++ b/Library/Library.sdl
@@ -0,0 +1,36 @@
+TOKEN
+ Name = "Library_SUPPORT"
+ Value = "1"
+ Help = "Main switch to enable Library support in Project"
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ Master = Yes
+End
+
+PATH
+ Name = "LIBRARY_DIR"
+End
+
+ELINK
+ Name = "AMIPEILIB"
+ InvokeOrder = ReplaceParent
+End
+
+ELINK
+ Name = "$(LIBRARY_DIR)\AmiPeiLib$(ARCH)$(DBG).lib"
+ Parent = "AMIPEILIB"
+ InvokeOrder = AfterParent
+End
+
+ELINK
+ Name = "AMIDXELIB"
+ InvokeOrder = ReplaceParent
+End
+
+ELINK
+ Name = "$(LIBRARY_DIR)\AmiDxeLib$(ARCH)$(DBG).lib"
+ Parent = "AMIDXELIB"
+ InvokeOrder = AfterParent
+End
+