mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 08:10:18 +00:00
[CMAKE]
- Fix gcc host tools build. svn path=/branches/cmake-bringup/; revision=49633
This commit is contained in:
parent
9431c38607
commit
70dbd8d479
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ add_subdirectory(tools)
|
|||
add_subdirectory(lib)
|
||||
|
||||
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()
|
||||
export(TARGETS winebuild nci buildno gendib cabman cdmake mkhive spec2def geninc FILE ${CMAKE_BINARY_DIR}/ImportExecutables.cmake NAMESPACE native- )
|
||||
endif()
|
||||
|
|
|
@ -32,5 +32,5 @@ INCLUDE(Platform/WindowsPaths)
|
|||
# uncomment these out to debug nmake and borland makefiles
|
||||
SET(CMAKE_START_TEMP_FILE "")
|
||||
SET(CMAKE_END_TEMP_FILE "")
|
||||
SET(CMAKE_VERBOSE_MAKEFILE 1)
|
||||
#SET(CMAKE_VERBOSE_MAKEFILE 1)
|
||||
|
||||
|
|
Loading…
Reference in a new issue