mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 13:10:39 +00:00
[MSVCRT]
* Add the generated stubs file to build. Fixes some MSVC x64 link issues. svn path=/trunk/; revision=61921
This commit is contained in:
parent
e63eb57839
commit
bdb5664d61
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ list(APPEND SOURCE
|
||||||
dllmain.c
|
dllmain.c
|
||||||
stubs.c
|
stubs.c
|
||||||
msvcrt.rc
|
msvcrt.rc
|
||||||
|
${CMAKE_CURRENT_BINARY_DIR}/msvcrt_stubs.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/msvcrt.def)
|
${CMAKE_CURRENT_BINARY_DIR}/msvcrt.def)
|
||||||
|
|
||||||
add_library(msvcrt SHARED ${SOURCE})
|
add_library(msvcrt SHARED ${SOURCE})
|
||||||
|
|
Loading…
Reference in a new issue