[Cmake-commits] [cmake-commits] hoffman committed config.h.in 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Sun Nov 1 12:41:19 EST 2009


Update of /cvsroot/CMake/CMake/Utilities/cmlibarchive/build/cmake
In directory public:/mounts/ram/cvs-serv14442/build/cmake

Modified Files:
	config.h.in 
Log Message:
Fixes for borland, compiles with lots of warnings, but compiles, might fix vs70 again too.


Index: config.h.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmlibarchive/build/cmake/config.h.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** config.h.in	30 Oct 2009 17:09:16 -0000	1.1
--- config.h.in	1 Nov 2009 17:41:17 -0000	1.2
***************
*** 699,700 ****
--- 699,704 ----
  #cmakedefine uintptr_t  ${uintptr_t }
  
+ #ifdef __BORLANDC__
+ #define uintptr_t unsigned int
+ #define intptr_t  int
+ #endif



More information about the Cmake-commits mailing list