diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-10-30 07:42:33 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-10-30 07:42:33 +0000 |
commit | bc309de706ab27404bcb88048cfbcf0cf7892105 (patch) | |
tree | 9bf7a57288c6b5bcc9b95a9e25e847dc2fb125d0 /codemaker/prj | |
parent | fd5a73beef6882fbf5322428e5d37b0fe69c896c (diff) |
INTEGRATION: CWS ause060 (1.4.22); FILE MERGED
2006/09/22 17:59:38 hjs 1.4.22.1: #i69234# call required makefile
Diffstat (limited to 'codemaker/prj')
-rw-r--r-- | codemaker/prj/build.lst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/codemaker/prj/build.lst b/codemaker/prj/build.lst index 1c91d709487d..e0520d5cc71f 100644 --- a/codemaker/prj/build.lst +++ b/codemaker/prj/build.lst @@ -1,11 +1,11 @@ cm codemaker : udkapi NULL cm codemaker usr1 - all cm_mkout NULL -cm codemaker\inc get - all cm_inc NULL +cm codemaker\inc nmake - 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 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 +cm codemaker\source\codemaker nmake - all cm_codemaker cm_inc NULL +cm codemaker\source\commoncpp nmake - all cm_cpp cm_inc NULL +cm codemaker\source\cppumaker nmake - all cm_cppumaker cm_codemaker cm_cpp cm_inc NULL +cm codemaker\source\commonjava nmake - all cm_java cm_inc NULL +cm codemaker\source\javamaker nmake - all cm_javamaker cm_codemaker cm_java cm_inc NULL |