Author: jgardou Date: Wed Nov 10 22:02:51 2010 New Revision: 49549
URL: http://svn.reactos.org/svn/reactos?rev=49549&view=rev Log: [CMAKE] - build and export spec2pdef
Added: branches/cmake-bringup/tools/spec2pdef/CMakeLists.txt (with props) Modified: branches/cmake-bringup/CMakeLists.txt branches/cmake-bringup/tools/CMakeLists.txt
Modified: branches/cmake-bringup/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/CMakeLists.txt?rev... ============================================================================== --- branches/cmake-bringup/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/CMakeLists.txt [iso-8859-1] Wed Nov 10 22:02:51 2010 @@ -41,9 +41,9 @@ add_subdirectory(lib)
if(NOT MSVC) -export(TARGETS widl winebuild nci buildno gendib cabman cdmake mkhive FILE ${CMAKE_BINARY_DIR}/ImportExecutables.cmake NAMESPACE native- ) +export(TARGETS widl winebuild nci buildno gendib cabman cdmake mkhive spec2pdef FILE ${CMAKE_BINARY_DIR}/ImportExecutables.cmake NAMESPACE native- ) else() -export(TARGETS winebuild nci buildno gendib cabman cdmake mkhive FILE ${CMAKE_BINARY_DIR}/ImportExecutables.cmake NAMESPACE native- ) +export(TARGETS winebuild nci buildno gendib cabman cdmake mkhive spec2pdef FILE ${CMAKE_BINARY_DIR}/ImportExecutables.cmake NAMESPACE native- ) endif()
else()
Modified: branches/cmake-bringup/tools/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/tools/CMakeLists.t... ============================================================================== --- branches/cmake-bringup/tools/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/tools/CMakeLists.txt [iso-8859-1] Wed Nov 10 22:02:51 2010 @@ -9,7 +9,7 @@ add_subdirectory(gendib) add_subdirectory(mkhive) add_subdirectory(nci) -#add_subdirectory(spec2pdef) +add_subdirectory(spec2pdef) add_subdirectory(unicode) add_subdirectory(winebuild) if(NOT MSVC)
Added: branches/cmake-bringup/tools/spec2pdef/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/tools/spec2pdef/CM... ============================================================================== --- branches/cmake-bringup/tools/spec2pdef/CMakeLists.txt (added) +++ branches/cmake-bringup/tools/spec2pdef/CMakeLists.txt [iso-8859-1] Wed Nov 10 22:02:51 2010 @@ -1,0 +1,1 @@ +add_executable(spec2pdef spec2pdef.c)
Propchange: branches/cmake-bringup/tools/spec2pdef/CMakeLists.txt ------------------------------------------------------------------------------ svn:eol-style = native