mirror of
https://github.com/boostorg/python.git
synced 2026-01-24 18:12:43 +00:00
- some refactoring of the code - now detects forward declarations and prints a warning about them [SVN r18187]
8 lines
126 B
Batchfile
8 lines
126 B
Batchfile
@echo off
|
|
call nt_build_all.bat
|
|
runtests.py
|
|
call nt_clean.bat
|
|
call nt_build_all.bat --multiple
|
|
runtests.py
|
|
call nt_clean.bat
|