diff options
Diffstat (limited to 'sd/prj')
-rw-r--r-- | sd/prj/build.lst | 2 | ||||
-rwxr-xr-x | sd/prj/d.lst | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sd/prj/build.lst b/sd/prj/build.lst index 6b4f478b7c20..9e8bf7a1db1f 100644 --- a/sd/prj/build.lst +++ b/sd/prj/build.lst @@ -28,7 +28,7 @@ sd sd\source\ui\slidesorter\controller nmake - all sd_slscontroller sd_sdi sd_i sd sd\source\ui\slidesorter\cache nmake - all sd_slscache sd_inc NULL sd sd\source\ui\controller nmake - all sd_controller sd_inc NULL sd sd\source\ui\notes nmake - all sd_notes sd_inc NULL -sd sd\source\ui\table nmake - all sd_table sd_inc NULL +sd sd\source\ui\table nmake - all sd_table sd_sdi sd_inc NULL sd sd\source\filter\ppt nmake - all sd_ppt sd_inc NULL sd sd\source\filter nmake - all sd_filt sd_sdi sd_ppt sd_inc NULL sd sd\source\filter\cgm nmake - all sd_cgm sd_inc NULL diff --git a/sd/prj/d.lst b/sd/prj/d.lst index 14f85e982eab..0ebbb9a4eff0 100755 --- a/sd/prj/d.lst +++ b/sd/prj/d.lst @@ -55,3 +55,5 @@ mkdir: %_DEST%\inc%_EXT%\sd ..\uiconfig\sdraw\statusbar\*.xml %_DEST%\xml%_EXT%\uiconfig\modules\sdraw\statusbar\*.xml ..\uiconfig\simpress\statusbar\*.xml %_DEST%\xml%_EXT%\uiconfig\modules\simpress\statusbar\*.xml +..\%__SRC%\misc\sd.component %_DEST%\xml%_EXT%\sd.component +..\%__SRC%\misc\sdd.component %_DEST%\xml%_EXT%\sdd.component |