Maarten ter Huurne
|
5a65b462de
In the "Usage:" help line, explicitly suggest "python3"
|
5 years ago |
Maarten ter Huurne
|
7e0f3f15fd
Convert build scripts to Python 3
|
5 years ago |
Maarten ter Huurne
|
f623713913
Use print function syntax
|
5 years ago |
wouter
|
d089095d55
Various text-processing stuff
|
11 years ago |
Maarten ter Huurne
|
afc6613351
Always #define HAVE_FUNC for system functions, but to 0 or 1 depending on whether the function was found or not. This makes sure that if the test for HAVE_FUNC contains a typo or the required header has not been #included, GCC will issue a warning.
|
15 years ago |
Maarten ter Huurne
|
d02f043931
Implemented getSystemFuncsInfo() by marking all optional system functions as not available. This is the correct behaviour for the VC++ build.
|
15 years ago |
Maarten ter Huurne
|
e9d68c786d
Moved content creation of system funcs header to separate module.
|
15 years ago |