Revision: 6397
          http://playerstage.svn.sourceforge.net/playerstage/?rev=6397&view=rev
Author:   gbiggs
Date:     2008-05-02 22:50:09 -0700 (Fri, 02 May 2008)

Log Message:
-----------
Fixed bad escape sequence for Windows install dir.

Modified Paths:
--------------
    code/player/trunk/CMakeLists.txt
    code/player/trunk/cmake/internal/SetupDirectories.cmake

Modified: code/player/trunk/CMakeLists.txt
===================================================================
--- code/player/trunk/CMakeLists.txt    2008-05-02 18:52:51 UTC (rev 6396)
+++ code/player/trunk/CMakeLists.txt    2008-05-03 05:50:09 UTC (rev 6397)
@@ -38,10 +38,10 @@
 
 # If on Windows, only build the client libraries. (this won't actually work 
yet cause libplayerc needs some stuff from core)
 ADD_SUBDIRECTORY (client_libs)
+ADD_SUBDIRECTORY (libplayercore)
+ADD_SUBDIRECTORY (libplayerxdr)
 IF (NOT PLAYER_OS_WIN)
-    ADD_SUBDIRECTORY (libplayercore)
     ADD_SUBDIRECTORY (config)           # Example config files
-    ADD_SUBDIRECTORY (libplayerxdr)
     ADD_SUBDIRECTORY (libplayerjpeg)
     ADD_SUBDIRECTORY (libplayertcp)
     ADD_SUBDIRECTORY (libplayersd)

Modified: code/player/trunk/cmake/internal/SetupDirectories.cmake
===================================================================
--- code/player/trunk/cmake/internal/SetupDirectories.cmake     2008-05-02 
18:52:51 UTC (rev 6396)
+++ code/player/trunk/cmake/internal/SetupDirectories.cmake     2008-05-03 
05:50:09 UTC (rev 6397)
@@ -1,6 +1,6 @@
 # Default installation directory, based on operating system
 IF (PLAYER_OS_WIN)
-    SET (CMAKE_INSTALL_PREFIX "C:\Program Files\Player" CACHE PATH 
"Installation directory")
+    SET (CMAKE_INSTALL_PREFIX "C:\\Program Files\\Player" CACHE PATH 
"Installation directory")
 ELSE (PLAYER_OS_WIN)
     SET (CMAKE_INSTALL_PREFIX "/usr/local" CACHE PATH "Installation directory")
 ENDIF (PLAYER_OS_WIN)
@@ -9,4 +9,4 @@
 
 # Installation prefix for include files
 STRING (TOLOWER ${PROJECT_NAME} projectNameLower)
-SET (PLAYER_INCLUDE_INSTALL_DIR 
"include/${projectNameLower}-${PLAYER_MAJOR_VERSION}.${PLAYER_MINOR_VERSION}")
\ No newline at end of file
+SET (PLAYER_INCLUDE_INSTALL_DIR 
"include/${projectNameLower}-${PLAYER_MAJOR_VERSION}.${PLAYER_MINOR_VERSION}")


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

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to