diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-09-19 00:02:22 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-09-19 00:02:22 +0200 |
commit | b0fa467ebb7c8c124ea433b3562fcbae0cbfe197 (patch) | |
tree | 701e423f0b6d9137429898abc0268a695383eef3 /sfx2/prj | |
parent | 51753bc6e980953bba8ed0e8e3a0aef8fa90fc83 (diff) |
better dependencies for sdi files
Diffstat (limited to 'sfx2/prj')
-rw-r--r-- | sfx2/prj/d.lst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/prj/d.lst b/sfx2/prj/d.lst index 77acce9a7be9..fe71b1715769 100644 --- a/sfx2/prj/d.lst +++ b/sfx2/prj/d.lst @@ -3,8 +3,6 @@ mkdir: %COMMON_DEST%\res%_EXT% mkdir: %_DEST%\inc%_EXT%\sfx2 ..\%COMMON_OUTDIR%\misc\*.hid %COMMON_DEST%\bin%_EXT%\hid\*.hid -..\%__SRC%\inc\sfxslots.ilb %_DEST%\inc%_EXT%\sfxslots.ilb -..\%__SRC%\inc\sfxslots.ilb* %_DEST%\inc%_EXT%\sfxslots.ilb* ..\%__SRC%\lib\sfx.lib %_DEST%\lib%_EXT%\sfx.lib ..\%__SRC%\lib\lib*.so %_DEST%\lib%_EXT% ..\%__SRC%\lib\*.a %_DEST%\lib%_EXT%\*.a @@ -26,6 +24,8 @@ mkdir: %_DEST%\inc%_EXT%\sfx2 ..\%__SRC%\misc\sfx2.csv %_DEST%\inc%_EXT%\sfx2.csv ..\inc\sfx2\dllapi.h %_DEST%\inc%_EXT%\sfx2\dllapi.h +..\sdi\sfx.sdi %_DEST%\inc%_EXT%\sfx2\sfx.sdi +..\sdi\sfxitems.sdi %_DEST%\inc%_EXT%\sfx2\sfxitems.sdi ..\inc\sfx2\app.hxx %_DEST%\inc%_EXT%\sfx2\app.hxx ..\inc\sfx2\basedlgs.hxx %_DEST%\inc%_EXT%\sfx2\basedlgs.hxx ..\inc\sfx2\bindings.hxx %_DEST%\inc%_EXT%\sfx2\bindings.hxx |