mirror of
https://github.com/reactos/reactos.git
synced 2025-06-13 09:48:35 +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)
|
if(MSVC)
|
||||||
set_image_base(ntkrnlmp 0x00400000)
|
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()
|
else()
|
||||||
set_image_base(ntkrnlmp 0x80800000)
|
set_image_base(ntkrnlmp 0x80800000)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue