aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--build.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.bat b/build.bat
index d86c8b5..909ff01 100644
--- a/build.bat
+++ b/build.bat
@@ -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

Generated with cgit - Back to sebastiano.tronto.net