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
This commit is contained in:
qhuang8 2009-03-13 00:07:26 +00:00
parent a114969731
commit b703aec9f1
1 changed files with 6 additions and 2 deletions

View File

@ -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]
#