mirror of
https://github.com/boostorg/python.git
synced 2026-02-01 20:52:13 +00:00
- some refactoring of the code - now detects forward declarations and prints a warning about them [SVN r18187]
22 lines
272 B
Batchfile
22 lines
272 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 -f *.cpp
|
|
rm -f *.obj
|
|
rm -f *.exp
|
|
rm -f *.arg
|
|
rm -f *.dll
|
|
rm -f *.pyc
|
|
rm -f *.lib
|