2
0
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:
Bruno da Silva de Oliveira
2003-04-05 17:05:12 +00:00
parent a86deed5f6
commit 8d2f012bcf
33 changed files with 591 additions and 128 deletions

21
pyste/tests/nt_clean.bat Normal file
View 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