Revision: 4175
          http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4175&view=rev
Author:   dcommander
Date:     2010-10-27 08:09:44 +0000 (Wed, 27 Oct 2010)

Log Message:
-----------
Work around issue in CMake 2.6

Modified Paths:
--------------
    trunk/win/CMakeLists.txt

Modified: trunk/win/CMakeLists.txt
===================================================================
--- trunk/win/CMakeLists.txt    2010-10-27 08:01:09 UTC (rev 4174)
+++ trunk/win/CMakeLists.txt    2010-10-27 08:09:44 UTC (rev 4175)
@@ -2,7 +2,7 @@
 
 include_directories(${CMAKE_SOURCE_DIR}/common ${CMAKE_SOURCE_DIR}/win)
 
-configure_file(resdefs.h.in resdefs.h)
+configure_file(resdefs.h.in ${CMAKE_CURRENT_BINARY_DIR}/resdefs.h)
 
 add_subdirectory(rfb_win32)
 add_subdirectory(vncviewer)


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

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Tigervnc-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tigervnc-commits

Reply via email to