Revision: 8169
          http://playerstage.svn.sourceforge.net/playerstage/?rev=8169&view=rev
Author:   gbiggs
Date:     2009-08-04 02:33:23 +0000 (Tue, 04 Aug 2009)

Log Message:
-----------
Fixed problems with replace not being built/linked to correctly

Modified Paths:
--------------
    code/player/trunk/CMakeLists.txt
    code/player/trunk/server/libplayerdrivers/CMakeLists.txt

Modified: code/player/trunk/CMakeLists.txt
===================================================================
--- code/player/trunk/CMakeLists.txt    2009-08-04 02:11:18 UTC (rev 8168)
+++ code/player/trunk/CMakeLists.txt    2009-08-04 02:33:23 UTC (rev 8169)
@@ -85,9 +85,7 @@
 ADD_SUBDIRECTORY (utils)
 ADD_SUBDIRECTORY (doc)
 ADD_SUBDIRECTORY (cmake)            # CMake modules for Player libraries
-IF (PLAYER_OS_WIN OR PLAYER_OS_OSX)
-    ADD_SUBDIRECTORY (replace)
-ENDIF (PLAYER_OS_WIN OR PLAYER_OS_OSX)
+ADD_SUBDIRECTORY (replace)
 MESSAGE (STATUS "")
 
 SET (PLAYERCORE_INT_LINK_LIBRARIES "" CACHE INTERNAL "Libs to link playercore 
to" FORCE)

Modified: code/player/trunk/server/libplayerdrivers/CMakeLists.txt
===================================================================
--- code/player/trunk/server/libplayerdrivers/CMakeLists.txt    2009-08-04 
02:11:18 UTC (rev 8168)
+++ code/player/trunk/server/libplayerdrivers/CMakeLists.txt    2009-08-04 
02:33:23 UTC (rev 8169)
@@ -49,23 +49,23 @@
 ENDIF (PLAYER_BUILT_DRIVEREXTRAS)
 MAP_TO_LIST (driversSrcs "${allSourceNames}" PLAYER_DRIVERSLIB_SOURCES_MAP)
 IF (NOT HAVE_CFMAKERAW)
-    SET (playerreplaceLib ${playerreplace})
+    SET (playerreplaceLib playerreplace)
 ENDIF (NOT HAVE_CFMAKERAW)
 IF (NOT HAVE_ROUND)
-    SET (playerreplaceLib ${playerreplace})
+    SET (playerreplaceLib playerreplace)
 ELSEIF (NOT HAVE_ROUND)
     IF (NOT HAVE_RINT)
-        SET (playerreplaceLib ${playerreplace})
+        SET (playerreplaceLib playerreplace)
     ENDIF (NOT HAVE_RINT)
 ENDIF (NOT HAVE_ROUND)
 IF (NOT HAVE_GETTIMEOFDAY)
-    SET (playerreplaceLib ${playerreplace})
+    SET (playerreplaceLib playerreplace)
 ENDIF (NOT HAVE_GETTIMEOFDAY)
 IF (NOT HAVE_USLEEP)
-    SET (playerreplaceLib ${playerreplace})
+    SET (playerreplaceLib playerreplace)
 ENDIF (NOT HAVE_USLEEP)
 IF (NOT HAVE_NANOSLEEP)
-    SET (playerreplaceLib ${playerreplace})
+    SET (playerreplaceLib playerreplace)
 ENDIF (NOT HAVE_NANOSLEEP)
 
 FILTER_DUPLICATES (driversSrcs "${driversSrcs}")


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

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to