3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 09:34:08 +00:00

Added documentation for update_api.sh

This commit is contained in:
Leonardo de Moura 2012-10-02 14:27:12 -07:00
parent 87dbd49b4c
commit 7b1aa09ff3

View file

@ -8,7 +8,7 @@ This function has the following signature:
API(function name, return type, argument list)
The return type only needs to be specified if the function returns a Z3 object.
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.
If one only wants to generate the logging macros. Then it only needs to execute