diff options
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/prj/build.lst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/configmgr/prj/build.lst b/configmgr/prj/build.lst new file mode 100644 index 000000000000..dd9cd10fa442 --- /dev/null +++ b/configmgr/prj/build.lst @@ -0,0 +1,14 @@ +cg configmgr : unotools NULL +cg configmgr usr1 - all cg_mkout NULL +cg configmgr\source\cmdtools nmake - all cg_cmdtools NULL +cg configmgr\source\cppugen nmake - all cg_cppugen NULL +cg configmgr\source\misc nmake - all cg_misc cg_cppugen NULL +cg configmgr\source\session nmake - all cg_session cg_cppugen NULL +cg configmgr\source\tree nmake - all cg_tree cg_cppugen NULL +cg configmgr\source\treecache nmake - all cg_trcache cg_cppugen NULL +cg configmgr\source\xml nmake - all cg_xml cg_cppugen NULL +cg configmgr\source\api nmake - all cg_api cg_cppugen NULL +cg configmgr\source\api2 nmake - all cg_api2 cg_cppugen NULL +cg configmgr\source\treemgr nmake - all cg_treemgr NULL +cg configmgr\source\registry nmake - all cg_reg cg_cppugen NULL +cg configmgr\util nmake - all cg_util cg_api cg_api2 cg_cmdtools cg_misc cg_reg cg_session cg_trcache cg_tree cg_treemgr cg_xml NULL |