summaryrefslogtreecommitdiff
path: root/Library/AmiDxeLib.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'Library/AmiDxeLib.sdl')
-rw-r--r--Library/AmiDxeLib.sdl20
1 files changed, 20 insertions, 0 deletions
diff --git a/Library/AmiDxeLib.sdl b/Library/AmiDxeLib.sdl
new file mode 100644
index 0000000..49ca586
--- /dev/null
+++ b/Library/AmiDxeLib.sdl
@@ -0,0 +1,20 @@
+TOKEN
+ Name = "AmiDxeLib_SUPPORT"
+ Value = "1"
+ Help = "Main switch to enable AmiDxeLib support in Project"
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ Master = Yes
+End
+
+MODULE
+ Help = "Includes AmiDxeLib.mak to Project"
+ File = "AmiDxeLib.mak"
+End
+
+ELINK
+ Name = "$(BUILD_DIR)\AmiDxeLib.lib"
+ Parent = "$(LIBRARY_DIR)\AmiDxeLib$(ARCH)$(DBG).lib"
+ InvokeOrder = ReplaceParent
+End \ No newline at end of file