mirror of https://github.com/acidanthera/audk.git
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:
parent
a114969731
commit
b703aec9f1
|
@ -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]
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue