mirror of
https://github.com/boostorg/python.git
synced 2026-02-23 16:02:11 +00:00
- added new option for generating bindings: --multiple
- some refactoring of the code - now detects forward declarations and prints a warning about them [SVN r18187]
This commit is contained in:
21
pyste/tests/nt_clean.bat
Normal file
21
pyste/tests/nt_clean.bat
Normal file
@@ -0,0 +1,21 @@
|
||||
@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
|
||||
Reference in New Issue
Block a user