Add win32dll modules to livecd for now.
For better flexibility, this will be needed in each module file.

svn path=/branches/cmake-bringup/; revision=49221
This commit is contained in:
Sylvain Petreolle 2010-10-22 13:40:02 +00:00
parent 5d3618ef80
commit fc6a87624a

View file

@ -96,6 +96,8 @@ macro(set_module_type MODULE TYPE)
endif() endif()
if(${TYPE} MATCHES win32dll) if(${TYPE} MATCHES win32dll)
set_entrypoint(${MODULE} DllMain@12) set_entrypoint(${MODULE} DllMain@12)
# temporary, will have to be done in each dll cmake file instead
add_livecd_target(${MODULE} reactos/system32)
endif() endif()
if(${TYPE} MATCHES win32ocx) if(${TYPE} MATCHES win32ocx)
set_entrypoint(${MODULE} DllMain@12) set_entrypoint(${MODULE} DllMain@12)