regex: fixed makefiles to clean *.pch files.

[SVN r8728]
This commit is contained in:
John Maddock
2001-01-23 12:28:36 +00:00
parent 49d23c0323
commit 36c217882a
3 changed files with 15 additions and 0 deletions

View File

@ -61,6 +61,7 @@ EOF
echo " del $subdir\\$libname\\"'*.obj' >> $tout
echo " del $subdir\\$libname\\"'*.idb' >> $tout
echo " del $subdir\\$libname\\"'*.exp' >> $tout
echo " del $subdir\\$libname\\"'*.pch' >> $tout
echo "" >> $tout
#
# now for the main target for this library:
@ -110,6 +111,7 @@ EOF
echo " del $subdir\\$libname\\"'*.obj' >> $tout
echo " del $subdir\\$libname\\"'*.idb' >> $tout
echo " del $subdir\\$libname\\"'*.exp' >> $tout
echo " del $subdir\\$libname\\"'*.pch' >> $tout
echo "" >> $tout
#
# now for the main target for this library:
@ -690,3 +692,4 @@ rm -f $tout $iout