mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
[CMAKE]
* Fix IMAGEBASE handling. svn path=/trunk/; revision=64780
This commit is contained in:
@@ -618,7 +618,7 @@ function(set_module_type MODULE TYPE)
|
||||
|
||||
#set base address
|
||||
if(__module_IMAGEBASE)
|
||||
set_image_base(${MODULE} __module_IMAGEBASE)
|
||||
set_image_base(${MODULE} ${__module_IMAGEBASE})
|
||||
elseif(${TYPE} STREQUAL win32dll)
|
||||
if(DEFINED baseaddress_${MODULE})
|
||||
set_image_base(${MODULE} ${baseaddress_${MODULE}})
|
||||
|
||||
Reference in New Issue
Block a user