summaryrefslogtreecommitdiff
path: root/EdkShellPkg
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-03-13 00:07:26 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-03-13 00:07:26 +0000
commitb703aec9f1af9b86a4fafef56729ecf993547118 (patch)
tree546e1c74fd5bfc790be21d3817ea8bcf1071ef46 /EdkShellPkg
parenta11496973152e9615191897e86e147fcfadd41e0 (diff)
downloadedk2-platforms-b703aec9f1af9b86a4fafef56729ecf993547118.tar.xz
Update default EDK Shell project Folder to be directly under workspace.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7870 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkShellPkg')
-rw-r--r--EdkShellPkg/EdkShellPkg.dsc8
1 files changed, 6 insertions, 2 deletions
diff --git a/EdkShellPkg/EdkShellPkg.dsc b/EdkShellPkg/EdkShellPkg.dsc
index dd1ce2f637..7986dbc99b 100644
--- a/EdkShellPkg/EdkShellPkg.dsc
+++ b/EdkShellPkg/EdkShellPkg.dsc
@@ -27,8 +27,12 @@
#
# Change the macro to the directory containing the source code from EDK Shell Project.
# This is a workspace relative directory
-#
-DEFINE EDK_SHELL_DIR = EdkShellPkg/Shell
+#
+# DEFINE EDK_SHELL_DIR = EdkShellPkg/Shell # when "Shell" directory is under $(WORKSPACE)/EdkShellPkg
+#
+DEFINE EDK_SHELL_DIR = Shell # when "Shell" directory is directly under $(WORKSPACE)
+
+
[Libraries]
#