[NTKRNLMP]

- Apply link flags to the right module

svn path=/trunk/; revision=68976
This commit is contained in:
Thomas Faber 2015-09-04 06:37:05 +00:00
parent 7b277383ef
commit 2758598c82

View file

@ -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()