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:
jwang36 2007-01-22 09:18:15 +00:00
parent 4040421aee
commit 41ac48e930
1 changed files with 3 additions and 0 deletions

View File

@ -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"/>