mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
[WINFAX]
- Hopefully, this will get MSVC build right on track svn path=/trunk/; revision=58355
This commit is contained in:
parent
a17a852e06
commit
7f29e9f29b
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ add_library(winfax SHARED ${SOURCE})
|
|||
|
||||
set_module_type(winfax win32dll)
|
||||
|
||||
add_importlibs(winfax kernel32 ntdll)
|
||||
add_importlibs(winfax msvcrt kernel32 ntdll)
|
||||
add_dependencies(winfax psdk)
|
||||
add_cd_file(TARGET winfax DESTINATION reactos/system32 FOR all)
|
||||
|
|
Loading…
Reference in a new issue