summaryrefslogtreecommitdiffstats
path: root/docs/BUILDING.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/BUILDING.md')
-rw-r--r--docs/BUILDING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/BUILDING.md b/docs/BUILDING.md
index 690d98e..d627208 100644
--- a/docs/BUILDING.md
+++ b/docs/BUILDING.md
@@ -337,7 +337,7 @@ In addition, you will need apache's <tt>ant</tt> in the path or in <tt>$ENV{ANT_
If both of these are given, you ought to get <tt>java</tt> as an available language binding and a new target called
<tt>java</tt> for your build system. If you used plain Makefiles (default on unices), you will get everything you need via:
- $ make && make java
+ $ make && make jar
$ ls lib/*.jnilib lib/*.jar
lib/libuscxmlNativeJava64.jnilib lib/uscxml.jar
@@ -382,6 +382,6 @@ Command Prompt (2012)</tt> and type:
> cd c:\path\to\build\dir
> cmake -G"NMake Makefiles" c:\path\to\uscxml\source
...
- > nmake && nmake csharp && nmake java
+ > nmake && nmake csharp && nmake jar
...