Revision: 9036
          http://playerstage.svn.sourceforge.net/playerstage/?rev=9036&view=rev
Author:   jpgr87
Date:     2011-02-01 02:22:26 +0000 (Tue, 01 Feb 2011)

Log Message:
-----------
Changed OS X Plugin makefile to build a .so instead of a .dylib

Modified Paths:
--------------
    code/player/trunk/doc/CMakeLists.txt
    code/player/trunk/examples/plugins/exampledriver/Makefile.osx.example

Modified: code/player/trunk/doc/CMakeLists.txt
===================================================================
--- code/player/trunk/doc/CMakeLists.txt        2011-01-30 21:09:28 UTC (rev 
9035)
+++ code/player/trunk/doc/CMakeLists.txt        2011-02-01 02:22:26 UTC (rev 
9036)
@@ -67,7 +67,7 @@
         ENDIF (DOXYGEN_LATEX)
 
         # Upload documentation target (not supported on Windows)
-        SET (docWebDestination "Player-cvs")
+        SET (docWebDestination "Player-svn")
         SET (docName "player")
         IF (NOT PLAYER_OS_WIN)
             ADD_CUSTOM_TARGET (upload_doc
@@ -79,4 +79,4 @@
     ELSE (DOXYGEN_FOUND)
         MESSAGE (STATUS "Documentation will not be built - Doxygen not found")
     ENDIF (DOXYGEN_FOUND)
-ENDIF (BUILD_DOCUMENTATION)
\ No newline at end of file
+ENDIF (BUILD_DOCUMENTATION)

Modified: code/player/trunk/examples/plugins/exampledriver/Makefile.osx.example
===================================================================
--- code/player/trunk/examples/plugins/exampledriver/Makefile.osx.example       
2011-01-30 21:09:28 UTC (rev 9035)
+++ code/player/trunk/examples/plugins/exampledriver/Makefile.osx.example       
2011-02-01 02:22:26 UTC (rev 9036)
@@ -1,7 +1,7 @@
 # Desc: Example plugin makefile
 # CVS: $Id$
 
-all: libexampledriver.dylib
+all: libexampledriver.so
 
 %.o: %.cc
        $(CXX) `pkg-config --cflags playercore` -Wall -g3 -dynamiclib -c $<


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to