mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[CRTDLL] Make this a stand-alone CRT DLL
Because CRTs must be isolated from each other.
This basically reverts commit f0c91ae
This commit is contained in:
parent
953c03c336
commit
c321d3e88b
2 changed files with 528 additions and 533 deletions
|
@ -19,12 +19,7 @@ list(APPEND SOURCE
|
|||
|
||||
add_library(crtdll MODULE ${SOURCE})
|
||||
set_module_type(crtdll win32dll ENTRYPOINT DllMain 12)
|
||||
target_link_libraries(crtdll crt wine)
|
||||
|
||||
if(MSVC)
|
||||
add_importlibs(crtdll msvcrt)
|
||||
target_link_libraries(crtdll oldnames)
|
||||
endif()
|
||||
target_link_libraries(crtdll crt wine ${PSEH_LIB})
|
||||
|
||||
add_importlibs(crtdll kernel32 ntdll)
|
||||
add_cd_file(TARGET crtdll DESTINATION reactos/system32 FOR all)
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue