- Fix gcc host tools build.

svn path=/branches/cmake-bringup/; revision=49633
This commit is contained in:
Amine Khaldi 2010-11-19 15:58:35 +00:00
parent 9431c38607
commit 70dbd8d479
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ add_subdirectory(tools)
add_subdirectory(lib) add_subdirectory(lib)
if(NOT MSVC) if(NOT MSVC)
export(TARGETS widl winebuild nci buildno gendib cabman cdmake mkhive spec2pdef geninc FILE ${CMAKE_BINARY_DIR}/ImportExecutables.cmake NAMESPACE native- ) export(TARGETS widl winebuild nci buildno gendib cabman cdmake mkhive spec2def geninc FILE ${CMAKE_BINARY_DIR}/ImportExecutables.cmake NAMESPACE native- )
else() else()
export(TARGETS winebuild nci buildno gendib cabman cdmake mkhive spec2def geninc FILE ${CMAKE_BINARY_DIR}/ImportExecutables.cmake NAMESPACE native- ) export(TARGETS winebuild nci buildno gendib cabman cdmake mkhive spec2def geninc FILE ${CMAKE_BINARY_DIR}/ImportExecutables.cmake NAMESPACE native- )
endif() endif()

View file

@ -32,5 +32,5 @@ INCLUDE(Platform/WindowsPaths)
# uncomment these out to debug nmake and borland makefiles # uncomment these out to debug nmake and borland makefiles
SET(CMAKE_START_TEMP_FILE "") SET(CMAKE_START_TEMP_FILE "")
SET(CMAKE_END_TEMP_FILE "") SET(CMAKE_END_TEMP_FILE "")
SET(CMAKE_VERBOSE_MAKEFILE 1) #SET(CMAKE_VERBOSE_MAKEFILE 1)