2
0
mirror of https://github.com/boostorg/python.git synced 2026-02-01 20:52:13 +00:00
Files
python/pyste/tests/nt_clean.bat
Bruno da Silva de Oliveira 8d2f012bcf - added new option for generating bindings: --multiple
- some refactoring of the code
- now detects forward declarations and prints a warning about them


[SVN r18187]
2003-04-05 17:05:12 +00:00

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