* 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:
Amine Khaldi
2011-06-14 15:41:22 +00:00
parent 3b0638cea7
commit 710f5e94dd
+2 -2
View File
@@ -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)