mirror of
https://github.com/boostorg/python.git
synced 2026-01-23 05:42:30 +00:00
25 lines
337 B
Batchfile
25 lines
337 B
Batchfile
@echo off
|
|
|
|
rm -Rf _basic
|
|
rm -Rf _enums
|
|
rm -Rf _header_test
|
|
rm -Rf _nested
|
|
rm -Rf _operators
|
|
rm -Rf _smart_ptr
|
|
rm -Rf _templates
|
|
rm -Rf _unions
|
|
rm -Rf _virtual
|
|
rm -Rf _virtual2
|
|
rm -Rf _wrappertest
|
|
rm -Rf _opaque
|
|
rm -Rf _inherit
|
|
|
|
rm -f *.cpp
|
|
rm -f *.obj
|
|
rm -f *.exp
|
|
rm -f *.arg
|
|
rm -f *.dll
|
|
rm -f *.pyc
|
|
rm -f *.lib
|
|
rm -f ../example/*.obj
|