mirror of https://github.com/acidanthera/audk.git
Added tasks to create DEBUG and OUTPUT directory in case they haven't been created
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2277 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
4040421aee
commit
41ac48e930
|
@ -21,6 +21,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
<var name="OBJECTS" value="" />
|
||||
<var name="SDB_FILES" value="" />
|
||||
|
||||
<mkdir dir="${DEST_DIR_DEBUG}"/>
|
||||
<mkdir dir="${DEST_DIR_OUTPUT}"/>
|
||||
|
||||
<if>
|
||||
<and>
|
||||
<isset property="PCH"/>
|
||||
|
|
Loading…
Reference in New Issue