diff options
Diffstat (limited to 'desktop/prj')
-rw-r--r-- | desktop/prj/build.lst | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/desktop/prj/build.lst b/desktop/prj/build.lst index 386ab36dc189..d2b5b4b7469a 100644 --- a/desktop/prj/build.lst +++ b/desktop/prj/build.lst @@ -3,8 +3,8 @@ dt desktop usr1 - all dt_mkout NULL dt desktop\inc nmake - all dt_inc NULL dt desktop\prj get - all dt_prj NULL dt desktop\res get - all dt_res NULL -dt desktop\source\app nmake - all dt_app dt_inc NULL -dt desktop\source\migration nmake - all dt_migr dt_app dt_inc NULL +dt desktop\source\app nmake - all dt_app dt_migr dt_inc NULL +dt desktop\source\migration nmake - all dt_migr dt_inc NULL dt desktop\source\migration\services nmake - all dt_services dt_inc NULL dt desktop\source\so_comp nmake - all dt_so_comp dt_inc NULL dt desktop\source\offacc nmake - all dt_offac dt_inc NULL @@ -12,15 +12,13 @@ dt desktop\source\splash nmake - all dt_spl dt_migr dt_inc NULL dt desktop\win32\source nmake - w dt_wrapper dt_inc NULL dt desktop\win32\source\setup nmake - w dt_setup dt_inc NULL dt desktop\win32\source\officeloader nmake - w dt_officeloader dt_inc NULL -dt desktop\win32\source\cuiloader nmake - w dt_cuiloader dt_wrapper.w dt_inc NULL -dt desktop\win32\source\guiloader nmake - w dt_guiloader dt_cuiloader.w dt_wrapper.w dt_inc NULL +dt desktop\win32\source\guiloader nmake - w dt_guiloader dt_wrapper.w dt_inc NULL +dt desktop\win32\source\guistdio nmake - w dt_guistdio dt_inc NULL dt desktop\win32\source\applauncher nmake - w dt_applauncher dt_inc NULL dt desktop\win32\source\applauncher\ooo nmake - w dt_applauncher_ooo dt_applauncher.w dt_inc NULL dt desktop\os2\source\applauncher nmake - p dt_applauncher dt_inc NULL dt desktop\source\pagein nmake - u dt_pagein dt_inc NULL dt desktop\source\pkgchk\unopkg nmake - all dt_unopkg dt_dp_misc dt_app dt_inc dt_guiloader.w NULL -dt desktop\source\pkgchk nmake - all dt_pkgchk NULL -dt desktop\source\pkgchk\msi nmake - w dt_pkgchk_msi dt_pkgchk NULL dt desktop\source\deployment nmake - all dt_deployment dt_dp_manager dt_dp_registry dt_dp_registry_package dt_dp_registry_executable dt_dp_registry_help dt_dp_registry_script dt_dp_registry_sfwk dt_dp_registry_component dt_dp_registry_configuration dt_dp_migration dt_dp_unopkg dt_inc NULL dt desktop\source\deployment\misc nmake - all dt_dp_misc dt_inc NULL dt desktop\source\deployment\unopkg nmake - all dt_dp_unopkg dt_inc NULL |