diff options
author | Thorsten Behrens <thb@openoffice.org> | 2001-07-24 16:06:10 +0000 |
---|---|---|
committer | Thorsten Behrens <thb@openoffice.org> | 2001-07-24 16:06:10 +0000 |
commit | 2ad5c484c75319fec601f44638d51049a41efa67 (patch) | |
tree | 0f9f4885ea9aeee71d4d9ecad12a33ab745c6526 /xmloff/prj | |
parent | 7566d20155bf137a51fe038a9f55e992021cb0c0 (diff) |
#87913# Now building a static xmloff lib, which is linked only against the player. Stuff not needed for player is disabled with SVX_LIGHT define
Diffstat (limited to 'xmloff/prj')
-rw-r--r-- | xmloff/prj/d.lst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmloff/prj/d.lst b/xmloff/prj/d.lst index e50cf4c4bce6..7577d7c3f936 100644 --- a/xmloff/prj/d.lst +++ b/xmloff/prj/d.lst @@ -2,6 +2,7 @@ mkdir: %_DEST%\inc%_EXT%\xmloff ..\%__SRC%\misc\*.map %_DEST%\bin%_EXT%\*.map ..\%__SRC%\lib\ixo.lib %_DEST%\lib%_EXT%\ixo.lib +..\%__SRC%\lib\xol.lib %_DEST%\lib%_EXT%\xol.lib ..\%__SRC%\bin\*.dll %_DEST%\bin%_EXT%\*.dll ..\%__SRC%\lib\*.so %_DEST%\lib%_EXT%\*.so ..\dtd\*.* %_DEST%\bin%_EXT%\*.* @@ -32,6 +33,7 @@ hedabu: ..\inc\xmlnmspe.hxx %_DEST%\inc%_EXT%\xmloff\xmlnmspe.hxx hedabu: ..\inc\xmlnumfi.hxx %_DEST%\inc%_EXT%\xmloff\xmlnumfi.hxx hedabu: ..\inc\xmlnumfe.hxx %_DEST%\inc%_EXT%\xmloff\xmlnumfe.hxx hedabu: ..\inc\xmlexp.hxx %_DEST%\inc%_EXT%\xmloff\xmlexp.hxx +hedabu: ..\inc\xmlreg.hxx %_DEST%\inc%_EXT%\xmloff\xmlreg.hxx hedabu: ..\inc\xmlnumi.hxx %_DEST%\inc%_EXT%\xmloff\xmlnumi.hxx hedabu: ..\inc\xmlnume.hxx %_DEST%\inc%_EXT%\xmloff\xmlnume.hxx hedabu: ..\inc\xmltabi.hxx %_DEST%\inc%_EXT%\xmloff\xmltabi.hxx |