mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
Added documentation for update_api.sh
This commit is contained in:
parent
87dbd49b4c
commit
7b1aa09ff3
|
@ -8,7 +8,7 @@ This function has the following signature:
|
||||||
API(function name, return type, argument list)
|
API(function name, return type, argument list)
|
||||||
The return type only needs to be specified if the function returns a Z3 object.
|
The return type only needs to be specified if the function returns a Z3 object.
|
||||||
The file lib\api.py contains many examples.
|
The file lib\api.py contains many examples.
|
||||||
3) Execute update_api.cmd
|
3) Execute update_api.cmd (on Windows) update_api.sh (on Linux or OSX)
|
||||||
This script updates the .def files in the directory dll, and generates the API logging macros.
|
This script updates the .def files in the directory dll, and generates the API logging macros.
|
||||||
|
|
||||||
If one only wants to generate the logging macros. Then it only needs to execute
|
If one only wants to generate the logging macros. Then it only needs to execute
|
||||||
|
|
Loading…
Reference in a new issue