diff options
author | Andreas Schlüns <as@openoffice.org> | 2002-10-11 12:41:19 +0000 |
---|---|---|
committer | Andreas Schlüns <as@openoffice.org> | 2002-10-11 12:41:19 +0000 |
commit | 24c49ed1141a1f864d7e110591047b86cf1e2470 (patch) | |
tree | 9bd612f79c57dd6718ff975a1cc1c23fb7296dbc /framework/prj | |
parent | 4ae480ca272aa978fa02227d331e1a400208972c (diff) |
#103056# first revision of bind job to dispatch mechanism
Diffstat (limited to 'framework/prj')
-rw-r--r-- | framework/prj/build.lst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/prj/build.lst b/framework/prj/build.lst index 1e03f9929afc..ba448b307fb5 100644 --- a/framework/prj/build.lst +++ b/framework/prj/build.lst @@ -3,12 +3,13 @@ fr framework usr1 - all fr_mkout NULL fr framework\source\unotypes nmake - all fr_unotypes NULL fr framework\source\threadhelp nmake - all fr_threadhelp fr_unotypes NULL fr framework\source\classes nmake - all fr_classes fr_threadhelp fr_unotypes NULL -fr framework\source\interaction nmake - all fr_interaction fr_threadhelp fr_unotypes NULL +fr framework\source\jobs nmake - all fr_jobs fr_threadhelp fr_unotypes NULL +fr framework\source\interaction nmake - all fr_interaction fr_threadhelp fr_unotypes NULL fr framework\source\helper nmake - all fr_helper fr_threadhelp fr_unotypes NULL fr framework\source\dispatch nmake - all fr_dispatch fr_threadhelp fr_unotypes NULL fr framework\source\services nmake - all fr_services fr_threadhelp fr_unotypes NULL fr framework\source\register nmake - all fr_register fr_threadhelp fr_unotypes NULL fr framework\source\application nmake - all fr_application fr_threadhelp fr_unotypes NULL fr framework\source\recording nmake - all fr_recording fr_threadhelp fr_unotypes NULL -fr framework\util nmake - all fr_util fr_unotypes fr_threadhelp fr_classes fr_interaction fr_helper fr_dispatch fr_services fr_register fr_application fr_recording NULL +fr framework\util nmake - all fr_util fr_unotypes fr_threadhelp fr_classes fr_jobs fr_interaction fr_helper fr_dispatch fr_services fr_register fr_application fr_recording NULL fr framework\util\guiapps nmake - all fr_guiapp fr_util NULL |