summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--slideshow/prj/build.lst4
1 files changed, 3 insertions, 1 deletions
diff --git a/slideshow/prj/build.lst b/slideshow/prj/build.lst
index b5f7b02b6fb2..4fc0c248050e 100644
--- a/slideshow/prj/build.lst
+++ b/slideshow/prj/build.lst
@@ -3,7 +3,9 @@ pe slideshow usr1 - all pe_mkout NULL
pe slideshow\inc nmake - all pe_inc NULL
pe slideshow\source\api nmake - all pe_api pe_inc NULL
pe slideshow\source\engine nmake - all pe_engine pe_api pe_inc NULL
+pe slideshow\source\engine\slide nmake - all pe_slide pe_api pe_inc NULL
+pe slideshow\source\engine\shapes nmake - all pe_shapes pe_api pe_inc NULL
pe slideshow\source\engine\transitions nmake - all pe_transitions pe_api pe_inc NULL
pe slideshow\source\engine\animationnodes nmake - all pe_animationnodes pe_api pe_inc NULL
pe slideshow\source\engine\activities nmake - all pe_activities pe_api pe_inc NULL
-pe slideshow\util nmake - all pe_util pe_activities pe_animationnodes pe_transitions pe_engine pe_api NULL
+pe slideshow\util nmake - all pe_util pe_shapes pe_slide pe_activities pe_animationnodes pe_transitions pe_engine pe_api NULL