summaryrefslogtreecommitdiff
path: root/slideshow/prj
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2010-12-02 19:36:38 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-12-03 05:16:06 -0600
commit0a86184eed05291113f43a9e99591d7754f9ceb3 (patch)
treeea456d734455ce5f6d45997cb2116a41b86f0f00 /slideshow/prj
parentc919c3a73b0e6ccd7c6484567215f56c85ad95ad (diff)
Make --with-opengl work on MacOS
Now that --with-opengl is enabled by default, merge the patch dev300/transogl-crossplatform.diff.
Diffstat (limited to 'slideshow/prj')
-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 14de0c1793e2..661682484764 100644
--- a/slideshow/prj/build.lst
+++ b/slideshow/prj/build.lst
@@ -4,7 +4,9 @@ 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 nmake - u pe_ogltrans pe_inc NULL
+pe slideshow\source\engine\OGLTrans\unx nmake - u pe_ogltrans_unx 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\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