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
|
@ -28,7 +28,11 @@
|
||||||
# Change the macro to the directory containing the source code from EDK Shell Project.
|
# Change the macro to the directory containing the source code from EDK Shell Project.
|
||||||
# This is a workspace relative directory
|
# 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]
|
[Libraries]
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue