summaryrefslogtreecommitdiff
path: root/slideshow/prj
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2010-12-04 07:56:35 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-12-04 07:56:35 -0600
commitc45d4d4d1bf9dbf06e17d1647560ae26a4d427c8 (patch)
tree1fb371e67f0b60a344008cb8aa5cd517a65aca10 /slideshow/prj
parentd25c3b2dc3b7ed47910379bfec54ae6d51a2bb2f (diff)
tweak build.lst to avoid apparent dependencies issue in // build
Diffstat (limited to 'slideshow/prj')
-rw-r--r--slideshow/prj/build.lst6
1 files changed, 3 insertions, 3 deletions
diff --git a/slideshow/prj/build.lst b/slideshow/prj/build.lst
index 661682484764..4b04d5e449d1 100644
--- a/slideshow/prj/build.lst
+++ b/slideshow/prj/build.lst
@@ -4,10 +4,10 @@ pe slideshow\inc nmake - all pe_inc NULL
pe slideshow\source\engine nmake - all pe_engine pe_inc NULL
pe slideshow\source\engine\slide nmake - all pe_slide pe_inc NULL
pe slideshow\source\engine\shapes nmake - all pe_shapes pe_inc NULL
-pe slideshow\source\engine\OGLTrans\unx nmake - u pe_ogltrans_unx pe_inc NULL
+pe slideshow\source\engine\OGLTrans\unx nmake - u pe_ogltrans_unx pe_ogltrans_mac.u pe_inc NULL
pe slideshow\source\engine\OGLTrans\win nmake - w pe_ogltrans_win pe_inc NULL
-pe slideshow\source\engine\OGLTrans\mac nmake - u pe_ogltrans_mac pe_inc NULL
+pe slideshow\source\engine\OGLTrans\mac nmake - u pe_ogltrans_mac pe_transitions pe_inc NULL
pe slideshow\source\engine\transitions nmake - all pe_transitions pe_inc NULL
pe slideshow\source\engine\animationnodes nmake - all pe_animationnodes pe_inc NULL
pe slideshow\source\engine\activities nmake - all pe_activities pe_inc NULL
-pe slideshow\util nmake - all pe_util pe_shapes pe_slide pe_activities pe_animationnodes pe_transitions pe_engine NULL
+pe slideshow\util nmake - all pe_util pe_shapes pe_slide pe_activities pe_animationnodes pe_transitions pe_ogltrans_mac.u pe_ogltrans_unx.u pe_ogltrans_win.w pe_engine NULL