mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 13:10:39 +00:00
[SRCLIENT]
- I'd really like to know what GCC got as entry point for this one svn path=/trunk/; revision=58353
This commit is contained in:
parent
9065678b25
commit
c998bf9ca7
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ list(APPEND SOURCE
|
|||
add_library(srclient SHARED ${SOURCE})
|
||||
set_module_type(srclient win32dll)
|
||||
|
||||
add_importlibs(srclient kernel32 ntdll)
|
||||
add_importlibs(srclient msvcrt kernel32 ntdll)
|
||||
add_dependencies(srclient psdk)
|
||||
|
||||
add_cd_file(TARGET srclient DESTINATION reactos/system32 FOR all)
|
||||
|
|
Loading…
Reference in a new issue