Author: spetreolle Date: Fri Oct 22 13:40:02 2010 New Revision: 49221
URL: http://svn.reactos.org/svn/reactos?rev=49221&view=rev Log: [CMAKE] Add win32dll modules to livecd for now. For better flexibility, this will be needed in each module file.
Modified: branches/cmake-bringup/gcc.cmake
Modified: branches/cmake-bringup/gcc.cmake URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/gcc.cmake?rev=4922... ============================================================================== --- branches/cmake-bringup/gcc.cmake [iso-8859-1] (original) +++ branches/cmake-bringup/gcc.cmake [iso-8859-1] Fri Oct 22 13:40:02 2010 @@ -96,6 +96,8 @@ endif() if(${TYPE} MATCHES win32dll) set_entrypoint(${MODULE} DllMain@12) + # temporary, will have to be done in each dll cmake file instead + add_livecd_target(${MODULE} reactos/system32) endif() if(${TYPE} MATCHES win32ocx) set_entrypoint(${MODULE} DllMain@12)