Author: tfaber Date: Tue May 13 20:00:51 2014 New Revision: 63278
URL: http://svn.reactos.org/svn/reactos?rev=63278&view=rev Log: [UTF16LE] - Add to build CORE-8221
Added: trunk/reactos/tools/utf16le/CMakeLists.txt (with props) Modified: trunk/reactos/CMakeLists.txt trunk/reactos/tools/CMakeLists.txt
Modified: trunk/reactos/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/CMakeLists.txt?rev=63278&am... ============================================================================== --- trunk/reactos/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/CMakeLists.txt [iso-8859-1] Tue May 13 20:00:51 2014 @@ -77,9 +77,9 @@ add_subdirectory(lib)
if(NOT MSVC) - export(TARGETS bin2c widl gendib cabman cdmake mkhive obj2bin spec2def geninc rsym mkshelllink FILE ${CMAKE_BINARY_DIR}/ImportExecutables.cmake NAMESPACE native- ) - else() - export(TARGETS bin2c widl gendib cabman cdmake mkhive obj2bin spec2def geninc mkshelllink FILE ${CMAKE_BINARY_DIR}/ImportExecutables.cmake NAMESPACE native- ) + export(TARGETS bin2c widl gendib cabman cdmake mkhive obj2bin spec2def geninc rsym mkshelllink utf16le FILE ${CMAKE_BINARY_DIR}/ImportExecutables.cmake NAMESPACE native- ) + else() + export(TARGETS bin2c widl gendib cabman cdmake mkhive obj2bin spec2def geninc mkshelllink utf16le FILE ${CMAKE_BINARY_DIR}/ImportExecutables.cmake NAMESPACE native- ) endif()
else()
Modified: trunk/reactos/tools/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/CMakeLists.txt?rev=63... ============================================================================== --- trunk/reactos/tools/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/tools/CMakeLists.txt [iso-8859-1] Tue May 13 20:00:51 2014 @@ -19,6 +19,7 @@ add_subdirectory(spec2def) add_subdirectory(unicode) add_subdirectory(mkshelllink) +add_subdirectory(utf16le) add_subdirectory(widl) add_subdirectory(wpp) if(NOT MSVC)
Added: trunk/reactos/tools/utf16le/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/utf16le/CMakeLists.tx... ============================================================================== --- trunk/reactos/tools/utf16le/CMakeLists.txt (added) +++ trunk/reactos/tools/utf16le/CMakeLists.txt [iso-8859-1] Tue May 13 20:00:51 2014 @@ -0,0 +1 @@ +add_executable(utf16le utf16le.cpp)
Propchange: trunk/reactos/tools/utf16le/CMakeLists.txt ------------------------------------------------------------------------------ svn:eol-style = native