mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:02:59 +00:00
[CRT] Refactor CMake files
This commit is contained in:
parent
3e1454c739
commit
8c4aff39a8
22 changed files with 936 additions and 886 deletions
29
sdk/lib/crt/startup/startup.cmake
Normal file
29
sdk/lib/crt/startup/startup.cmake
Normal file
|
@ -0,0 +1,29 @@
|
|||
|
||||
list(APPEND CRT_STARTUP_SOURCE
|
||||
startup/crtexe.c
|
||||
startup/wcrtexe.c
|
||||
startup/crt_handler.c
|
||||
startup/crtdll.c
|
||||
startup/_newmode.c
|
||||
startup/wildcard.c
|
||||
startup/tlssup.c
|
||||
startup/mingw_helpers.c
|
||||
startup/natstart.c
|
||||
startup/charmax.c
|
||||
#startup/merr.c
|
||||
startup/atonexit.c
|
||||
#startup/txtmode.c
|
||||
startup/pesect.c
|
||||
startup/tlsmcrt.c
|
||||
startup/tlsthrd.c
|
||||
startup/tlsmthread.c
|
||||
startup/cinitexe.c
|
||||
startup/gs_support.c
|
||||
startup/dll_argv.c
|
||||
startup/dllargv.c
|
||||
startup/wdllargv.c
|
||||
startup/crt0_c.c
|
||||
startup/crt0_w.c
|
||||
startup/dllentry.c
|
||||
startup/reactos.c
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue