Changeset 34617 for lang/objective-cplusplus
- Timestamp:
- 07/25/09 23:17:07 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/objective-cplusplus/i3/trunk/scripts/clean_distdir.sh
r33828 r34617 6 6 find . -iname "*.gch" | xargs rm -f 7 7 8 rm -fr windows/bin windows/fakecygpty.exe gch9 10 8 sh ${mydir}/clean_dust.sh 11 9 12 10 cd windows 13 11 14 rm -rf b uild dist *.vcproj.*.user *.suo *.ncb12 rm -rf bin fakecygpty.exe build dist installer/obj installer/bin 15 13 16 find . -iname "*.aps" | xargs rm -f 17 find . -iname "*.ilk" | xargs rm -f 18 find . -iname "*.pdb" | xargs rm -f 19 find . -iname "*.lastcodeanalysissucceeded" | xargs rm -f 20 find . -iname "*.CodeAnalysisLog.xml" | xargs rm -f 14 for target in \ 15 "*.csproj.*.user" \ 16 "*.vcproj.*.user" \ 17 "*.suo" \ 18 "*.ncb" \ 19 "*.aps" \ 20 "*.ilk" \ 21 "*.pdb" \ 22 "*.lastcodeanalysissucceeded" \ 23 "*.CodeAnalysisLog.xml" \ 24 ; do 25 find . -iname ${target} | xargs rm -f 26 done
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)