summaryrefslogtreecommitdiff
path: root/Tools/CCode/Source/GenAcpiTable/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/CCode/Source/GenAcpiTable/build.xml')
-rw-r--r--Tools/CCode/Source/GenAcpiTable/build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/CCode/Source/GenAcpiTable/build.xml b/Tools/CCode/Source/GenAcpiTable/build.xml
index bf4919cfb9..a60871bdcc 100644
--- a/Tools/CCode/Source/GenAcpiTable/build.xml
+++ b/Tools/CCode/Source/GenAcpiTable/build.xml
@@ -63,6 +63,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<delete failonerror="false" quiet="true" includeEmptyDirs="true">
<fileset dir="${BUILD_DIR}"/>
<fileset file="${BIN_DIR}/${ToolName}${ext_exe}"/>
+ <fileset file="${BIN_DIR}/${ToolName}.pdb"/>
</delete>
</target>