diff options
author | Thorsten Behrens <thb@openoffice.org> | 2004-03-18 09:44:39 +0000 |
---|---|---|
committer | Thorsten Behrens <thb@openoffice.org> | 2004-03-18 09:44:39 +0000 |
commit | 7bf2fb485bdbc74799457c40b765a92f1af3cda5 (patch) | |
tree | 4bbdf1f1d0ee8a78c32b7a43df95e0525c983aa0 /slideshow/prj | |
parent | 82704bf62c21d908bf169ff9711a54fb28a2903a (diff) |
#110496# Merge from cws_srx645_canvas01: first working version of UNO slideshow component, providing basic presentation functionality for Impress XShapes
Diffstat (limited to 'slideshow/prj')
-rw-r--r-- | slideshow/prj/build.lst | 5 | ||||
-rw-r--r-- | slideshow/prj/d.lst | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/slideshow/prj/build.lst b/slideshow/prj/build.lst new file mode 100644 index 000000000000..f5c85faaad93 --- /dev/null +++ b/slideshow/prj/build.lst @@ -0,0 +1,5 @@ +pe slideshow : comphelper cppuhelper offuh cppcanvas canvas basegfx NULL +pe slideshow usr1 - all pe_mkout NULL +pe slideshow\source\engine nmake - all pe_engine NULL +pe slideshow\source\api nmake - all pe_api NULL +pe slideshow\util nmake - all pe_util pe_engine pe_api NULL diff --git a/slideshow/prj/d.lst b/slideshow/prj/d.lst new file mode 100644 index 000000000000..4c49d40f0215 --- /dev/null +++ b/slideshow/prj/d.lst @@ -0,0 +1,2 @@ +..\%__SRC%\bin\slideshow*.dll %_DEST%\bin%_EXT%\slideshow*.dll +..\%__SRC%\lib\*.so %_DEST%\lib%_EXT%\*.so |