mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[CMAKE]
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:
@@ -96,6 +96,8 @@ macro(set_module_type MODULE TYPE)
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user