mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 05:20:54 +00:00
[NTKRNLMP]
- Apply link flags to the right module svn path=/trunk/; revision=68976
This commit is contained in:
parent
7b277383ef
commit
2758598c82
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue