Author: tkreuzer Date: Mon Sep 26 19:04:02 2011 New Revision: 53865
URL: http://svn.reactos.org/svn/reactos?rev=53865&view=rev Log: [INSTALLFREELDR] Add to cmake build (built on demand)
Added: trunk/reactos/boot/freeldr/install/CMakeLists.txt (with props) Modified: trunk/reactos/boot/freeldr/CMakeLists.txt
Modified: trunk/reactos/boot/freeldr/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/CMakeLists.txt... ============================================================================== --- trunk/reactos/boot/freeldr/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/CMakeLists.txt [iso-8859-1] Mon Sep 26 19:04:02 2011 @@ -1,3 +1,4 @@
add_subdirectory(bootsect) -add_subdirectory(freeldr) +add_subdirectory(freeldr) +add_subdirectory(install)
Added: trunk/reactos/boot/freeldr/install/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/install/CMakeL... ============================================================================== --- trunk/reactos/boot/freeldr/install/CMakeLists.txt (added) +++ trunk/reactos/boot/freeldr/install/CMakeLists.txt [iso-8859-1] Mon Sep 26 19:04:02 2011 @@ -1,0 +1,8 @@ + +add_executable(installfreeldr EXCLUDE_FROM_ALL + install.c + volume.c) + +set_module_type(installfreeldr win32cui) + +add_importlibs(installfreeldr msvcrt kernel32)
Propchange: trunk/reactos/boot/freeldr/install/CMakeLists.txt ------------------------------------------------------------------------------ svn:eol-style = native