- Hopefully, this will get MSVC build right on track

svn path=/trunk/; revision=58355
This commit is contained in:
Jérôme Gardou 2013-02-23 17:13:54 +00:00
parent a17a852e06
commit 7f29e9f29b

View file

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