[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:
Jérôme Gardou 2020-10-22 12:25:19 +02:00 committed by Jérôme Gardou
parent 953c03c336
commit c321d3e88b
2 changed files with 528 additions and 533 deletions

View file

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