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

View File

@@ -1,22 +0,0 @@
@echo off
call build_pyste_nt basic ../example/basic.pyste
call build_pyste_nt enums ../example/enums.pyste
call build_pyste_nt header_test ../example/header_test.pyste
call build_pyste_nt nested ../example/nested.pyste
call build_pyste_nt operators ../example/operators.pyste
call build_pyste_nt templates ../example/templates.pyste
call build_pyste_nt virtual ../example/virtual.pyste
call build_pyste_nt wrappertest ../example/wrappertest.pyste
call build_pyste_nt unions ../example/unions.pyste
call build_pyste_nt virtual2 ../example/virtual2.pyste
call build_pyste_nt smart_ptr ../example/smart_ptr.pyste
runtests.py
if errorlevel != 0 goto end
rm *.dll
rm *.pyc
:end