mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:25:39 +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}/..")
|
set(fusion_folder "${CMAKE_CURRENT_SOURCE_DIR}/..")
|
||||||
spec2def(fusion.dll fusion.spec)
|
spec2def(fusion.dll fusion.spec)
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
|
|
||||||
|
set(baseaddress_fusion_2_0 ${baseaddress_fusion})
|
||||||
|
|
||||||
set(fusion_folder "${CMAKE_CURRENT_SOURCE_DIR}/..")
|
set(fusion_folder "${CMAKE_CURRENT_SOURCE_DIR}/..")
|
||||||
spec2def(fusion.dll fusion.spec)
|
spec2def(fusion.dll fusion.spec)
|
||||||
|
|
||||||
|
|
|
@ -104,7 +104,6 @@ EXCLUDE = (
|
||||||
'framebuf.dll',
|
'framebuf.dll',
|
||||||
'framebuf_new.dll',
|
'framebuf_new.dll',
|
||||||
'ftfd.dll',
|
'ftfd.dll',
|
||||||
'fusion.dll',
|
|
||||||
'genincdata.dll',
|
'genincdata.dll',
|
||||||
'hal.dll',
|
'hal.dll',
|
||||||
'halaacpi.dll',
|
'halaacpi.dll',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue