Solved. :-) Here's a fix for CMakeLists.txt, can someone please commit?

Magnus

****
diff --git a/src/crssync/CMakeLists.txt b/src/crssync/CMakeLists.txt
index 39df284..9afce1f 100644
--- a/src/crssync/CMakeLists.txt
+++ b/src/crssync/CMakeLists.txt
@@ -14,7 +14,7 @@ TARGET_LINK_LIBRARIES(crssync
 
 IF(MSVC)
        ADD_CUSTOM_TARGET(synccrsdb
-               COMMAND 
${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${CMAKE_BUILD_TYPE}/crssync.exe
+               COMMAND 
${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${CMAKE_CFG_INTDIR}/crssync.exe
                DEPENDS crssync
        )
 ELSE(MSVC)

****



--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/crssync-not-building-on-winXP-tp4994325p4994327.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
_______________________________________________
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to