mirror of
https://github.com/boostorg/python.git
synced 2026-02-01 20:52:13 +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
|