mirror of
https://github.com/reactos/reactos.git
synced 2025-01-11 08:38:17 +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:
parent
5d3618ef80
commit
fc6a87624a
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue