diff options
-rw-r--r-- | codemaker/prj/build.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codemaker/prj/build.lst b/codemaker/prj/build.lst index 5b1b2cd80328..1c91d709487d 100644 --- a/codemaker/prj/build.lst +++ b/codemaker/prj/build.lst @@ -4,7 +4,7 @@ cm codemaker\inc get - all cm_inc NULL cm codemaker\prj get - all cm_prj NULL cm codemaker\source\codemaker nmake - all cm_codemaker NULL cm codemaker\source\commoncpp nmake - all cm_cpp NULL -cm codemaker\source\cppumaker nmake - all cm_cppumaker cm_codemaker NULL +cm codemaker\source\cppumaker nmake - all cm_cppumaker cm_codemaker cm_cpp NULL cm codemaker\source\commonjava nmake - all cm_java NULL cm codemaker\source\javamaker nmake - all cm_javamaker cm_codemaker cm_java NULL |