mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[CMAKE]
* Set a correct image base for freeldr_pe and setupldr_pe. Both now compile and link with MSVC. svn path=/trunk/; revision=52230
This commit is contained in:
@@ -188,7 +188,7 @@ else()
|
||||
endif()
|
||||
|
||||
set_subsystem(freeldr_pe native)
|
||||
set_image_base(freeldr_pe 0x9000)
|
||||
set_image_base(freeldr_pe 0x10000)
|
||||
set_entrypoint(freeldr_pe RealEntryPoint)
|
||||
|
||||
if(ARCH MATCHES i386)
|
||||
@@ -242,7 +242,7 @@ else()
|
||||
endif()
|
||||
|
||||
set_subsystem(setupldr_pe native)
|
||||
set_image_base(setupldr_pe 0x9000)
|
||||
set_image_base(setupldr_pe 0x10000)
|
||||
set_entrypoint(setupldr_pe RealEntryPoint)
|
||||
|
||||
if(ARCH MATCHES i386)
|
||||
|
||||
Reference in New Issue
Block a user