summaryrefslogtreecommitdiff
path: root/EDK/Foundation/Library/CompilerStub/CompilerStub.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 /EDK/Foundation/Library/CompilerStub/CompilerStub.sdl
downloadzprj-master.tar.xz
init. 1AQQW051HEADmaster
Diffstat (limited to 'EDK/Foundation/Library/CompilerStub/CompilerStub.sdl')
-rw-r--r--EDK/Foundation/Library/CompilerStub/CompilerStub.sdl26
1 files changed, 26 insertions, 0 deletions
diff --git a/EDK/Foundation/Library/CompilerStub/CompilerStub.sdl b/EDK/Foundation/Library/CompilerStub/CompilerStub.sdl
new file mode 100644
index 0000000..5cf7e65
--- /dev/null
+++ b/EDK/Foundation/Library/CompilerStub/CompilerStub.sdl
@@ -0,0 +1,26 @@
+TOKEN
+ Name = "CompilerStub_SUPPORT"
+ Value = "1"
+ Help = "Main switch to enable CompilerStub support in Project"
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ Master = Yes
+End
+
+TOKEN
+ Name = "COMPILERSTUB"
+ Value = "$$(LIB_BUILD_DIR)\CompilerStub.lib"
+ TokenType = Expression
+ TargetMAK = Yes
+End
+
+PATH
+ Name = "CompilerStub_DIR"
+End
+
+MODULE
+ Help = "Includes CompilerStub.mak to Project"
+ File = "CompilerStub.mak"
+End
+