mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[NTKRNLMP]
- Apply link flags to the right module svn path=/trunk/; revision=68976
This commit is contained in:
@@ -28,7 +28,7 @@ set_subsystem(ntkrnlmp native)
|
||||
|
||||
if(MSVC)
|
||||
set_image_base(ntkrnlmp 0x00400000)
|
||||
add_target_link_flags(ntoskrnl "/SECTION:.rsrc,!DP") #Accessed from bugcheck code
|
||||
add_target_link_flags(ntkrnlmp "/SECTION:.rsrc,!DP") #Accessed from bugcheck code
|
||||
else()
|
||||
set_image_base(ntkrnlmp 0x80800000)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user