mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 12:39:35 +00:00
[FUSION] Provide baseaddress for fusion_1_1 and fusion_2_0
These DLLs are also named fusion.dll. Give them the same baseaddress as fusion.dll
This commit is contained in:
parent
2245dd78f5
commit
58f1201eae
3 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
|
||||
set(baseaddress_fusion_1_1 ${baseaddress_fusion})
|
||||
|
||||
set(fusion_folder "${CMAKE_CURRENT_SOURCE_DIR}/..")
|
||||
spec2def(fusion.dll fusion.spec)
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
|
||||
set(baseaddress_fusion_2_0 ${baseaddress_fusion})
|
||||
|
||||
set(fusion_folder "${CMAKE_CURRENT_SOURCE_DIR}/..")
|
||||
spec2def(fusion.dll fusion.spec)
|
||||
|
||||
|
|
|
@ -104,7 +104,6 @@ EXCLUDE = (
|
|||
'framebuf.dll',
|
||||
'framebuf_new.dll',
|
||||
'ftfd.dll',
|
||||
'fusion.dll',
|
||||
'genincdata.dll',
|
||||
'hal.dll',
|
||||
'halaacpi.dll',
|
||||
|
|
Loading…
Reference in a new issue