[Cmake-commits] [cmake-commits] hoffman committed bootstrap 1.113 1.114

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Sep 15 17:53:29 EDT 2008


Update of /cvsroot/CMake/CMake
In directory public:/mounts/ram/cvs-serv30779

Modified Files:
	bootstrap 
Log Message:
ENH: add initial support for HAIKU OS from bug# 7425


Index: bootstrap
===================================================================
RCS file: /cvsroot/CMake/CMake/bootstrap,v
retrieving revision 1.113
retrieving revision 1.114
diff -C 2 -d -r1.113 -r1.114
*** bootstrap	7 Mar 2008 21:26:29 -0000	1.113
--- bootstrap	15 Sep 2008 21:53:27 -0000	1.114
***************
*** 74,77 ****
--- 74,84 ----
  fi
  
+ # Determine whether this is Haiku 
+ if echo "${cmake_system}" | grep Haiku >/dev/null 2>&1; then
+   cmake_system_haiku=true
+ else
+   cmake_system_haiku=false
+ fi
+ 
  # Choose the generator to use for bootstrapping.
  if ${cmake_system_mingw}; then
***************
*** 604,607 ****
--- 611,619 ----
  fi
  
+ # Add Haiku toolkits...
+ if ${cmake_system_haiku}; then
+   cmake_ld_flags="${LDFLAGS} -lroot -lbe"
+ fi
+ 
  # Test C compiler
  cmake_c_compiler=



More information about the Cmake-commits mailing list