Author: dquintana Date: Tue Sep 8 15:57:47 2015 New Revision: 69123
URL: http://svn.reactos.org/svn/reactos?rev=69123&view=rev Log: Oops forgot to hit save one last time.
Modified: trunk/reactos/boot/environ/CMakeLists.txt
Modified: trunk/reactos/boot/environ/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/environ/CMakeLists.txt... ============================================================================== --- trunk/reactos/boot/environ/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/boot/environ/CMakeLists.txt [iso-8859-1] Tue Sep 8 15:57:47 2015 @@ -52,6 +52,7 @@ else() list(APPEND BOOTLIB_SOURCE lib/arch/stub/arch.c + lib/mm/stub/mm.c ) endif()