I don't understand why. You can do a MinGW build using Cmake. I thought we were going to decommission autotools for Windows.
On Nov 25, 2010, at 9:11 AM, Adam Tkac <[email protected]> wrote: > On Thu, Nov 25, 2010 at 07:52:01AM -0600, DRC wrote: >> What was the purpose of this? There should have already been a resdefs.h.in, >> unless I forgot to check it in. > > To get MinGW-based builds working again. Now resdefs.h is generated > from resdefs.h.cmake.in (CMake build) or from resdefs.h.in (autotools > build). It is similar to config.h generation. > >> >> On Nov 25, 2010, at 7:37 AM, [email protected] wrote: >> >>> Revision: 4205 >>> http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4205&view=rev >>> Author: atkac >>> Date: 2010-11-25 13:37:17 +0000 (Thu, 25 Nov 2010) >>> >>> Log Message: >>> ----------- >>> [Development] Generate resdefs.h from resdefs.h.cmake.in in cmake builds. >>> >>> Modified Paths: >>> -------------- >>> trunk/win/CMakeLists.txt >>> >>> Added Paths: >>> ----------- >>> trunk/win/resdefs.h.cmake.in >>> >>> Modified: trunk/win/CMakeLists.txt >>> =================================================================== >>> --- trunk/win/CMakeLists.txt 2010-11-22 14:53:23 UTC (rev 4204) >>> +++ trunk/win/CMakeLists.txt 2010-11-25 13:37:17 UTC (rev 4205) >>> @@ -2,7 +2,7 @@ >>> >>> include_directories(${CMAKE_SOURCE_DIR}/common ${CMAKE_SOURCE_DIR}/win) >>> >>> -configure_file(resdefs.h.in ${CMAKE_CURRENT_BINARY_DIR}/resdefs.h) >>> +configure_file(resdefs.h.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/resdefs.h) >>> >>> add_subdirectory(rfb_win32) >>> add_subdirectory(vncviewer) >>> >>> Copied: trunk/win/resdefs.h.cmake.in (from rev 4204, trunk/win/resdefs.h.in) >>> =================================================================== >>> --- trunk/win/resdefs.h.cmake.in (rev 0) >>> +++ trunk/win/resdefs.h.cmake.in 2010-11-25 13:37:17 UTC (rev 4205) >>> @@ -0,0 +1,4 @@ >>> +#define __VERSIONSTR "@vers...@\0" >>> +#define __RCVERSION @RCVERSION@ >>> +#define __RCVERSIONSTR "@rcvers...@\0" >>> +#cmakedefine WIN64 >>> >>> >>> This was sent by the SourceForge.net collaborative development platform, >>> the world's largest Open Source development site. >>> >>> ------------------------------------------------------------------------------ >>> Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! >>> Tap into the largest installed PC base & get more eyes on your game by >>> optimizing for Intel(R) Graphics Technology. Get started today with the >>> Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. >>> http://p.sf.net/sfu/intelisp-dev2dev >>> _______________________________________________ >>> Tigervnc-commits mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/tigervnc-commits > > -- > Adam Tkac, Red Hat, Inc. ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev _______________________________________________ Tigervnc-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tigervnc-commits
