summaryrefslogtreecommitdiff
path: root/slideshow/prj
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-21 15:54:02 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-21 15:54:02 +0000
commit626b23a2e42eab18423183bced7c2f71192ff52b (patch)
tree1155efe79f4ba576924c76a3824f94e9c7691714 /slideshow/prj
parentc5cad4760e645010f3852cbba5e884f96b87ff18 (diff)
INTEGRATION: CWS impress23 (1.3.2); FILE MERGED
2004/12/08 13:43:37 thb 1.3.2.1: #i36214# Restructured animation and activities factory into several files, fixed some gcc wall complaints
Diffstat (limited to 'slideshow/prj')
-rw-r--r--slideshow/prj/build.lst12
1 files changed, 7 insertions, 5 deletions
diff --git a/slideshow/prj/build.lst b/slideshow/prj/build.lst
index 174008699cc3..bdad0bba9ada 100644
--- a/slideshow/prj/build.lst
+++ b/slideshow/prj/build.lst
@@ -1,6 +1,8 @@
pe slideshow : tools sal cppu vcl comphelper cppuhelper offuh cppcanvas basegfx goodies unotools toolkit animations NULL
-pe slideshow usr1 - all pe_mkout NULL
-pe slideshow\source\api nmake - all pe_api NULL
-pe slideshow\source\engine nmake - all pe_engine pe_api NULL
-pe slideshow\source\engine\transitions nmake - all pe_transitions pe_api NULL
-pe slideshow\util nmake - all pe_util pe_transitions pe_engine pe_api NULL
+pe slideshow usr1 - all pe_mkout NULL
+pe slideshow\source\api nmake - all pe_api NULL
+pe slideshow\source\engine nmake - all pe_engine pe_api NULL
+pe slideshow\source\engine\transitions nmake - all pe_transitions pe_api NULL
+pe slideshow\source\engine\animationnodes nmake - all pe_animationnodes pe_api NULL
+pe slideshow\source\engine\activities nmake - all pe_activities pe_api NULL
+pe slideshow\util nmake - all pe_util pe_activities pe_animationnodes pe_transitions pe_engine pe_api NULL