[NTKRNLMP]
authorThomas Faber <thomas.faber@reactos.org>
Fri, 4 Sep 2015 06:37:05 +0000 (06:37 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Fri, 4 Sep 2015 06:37:05 +0000 (06:37 +0000)
- Apply link flags to the right module

svn path=/trunk/; revision=68976

reactos/ntoskrnl/ntkrnlmp/CMakeLists.txt

index a7cf46a..b7fbf90 100644 (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()