diff options
Diffstat (limited to '')
| -rw-r--r-- | build.bat | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -56,6 +56,10 @@ exit /b 1 | |||
| 56 | echo. | 56 | echo. |
| 57 | echo nissy Build the nissy.o object file. | 57 | echo nissy Build the nissy.o object file. |
| 58 | echo python Build the Python module for nissy. | 58 | echo python Build the Python module for nissy. |
| 59 | echo NOTE: Python development headers must be installed in | ||
| 60 | echo order to build the Python module. The path of these | ||
| 61 | echo headers is hardcoded in the PYPATH varible in | ||
| 62 | echo build.bat. You may need to edit this file. | ||
| 59 | echo shell Build the basic nissy shell (./run). | 63 | echo shell Build the basic nissy shell (./run). |
| 60 | echo cpp FILE Build and run the given C++ FILE. | 64 | echo cpp FILE Build and run the given C++ FILE. |
| 61 | echo test [EXPR] Build and run unit tests. If EXPR is provided, only the | 65 | echo test [EXPR] Build and run unit tests. If EXPR is provided, only the |
