projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d3618e
)
[CMAKE]
author
Sylvain Petreolle
<spetreolle@yahoo.fr>
Fri, 22 Oct 2010 13:40:02 +0000
(13:40 +0000)
committer
Sylvain Petreolle
<spetreolle@yahoo.fr>
Fri, 22 Oct 2010 13:40:02 +0000
(13:40 +0000)
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
gcc.cmake
patch
|
blob
|
history
diff --git
a/gcc.cmake
b/gcc.cmake
index
dae30ad
..
efec846
100644
(file)
--- a/
gcc.cmake
+++ b/
gcc.cmake
@@
-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)