[WIN32CSR]

- Re-enable delay-importing of user32,gdi32 and advapi32 as it was before in the RBuild times.

svn path=/trunk/; revision=57366
This commit is contained in:
Aleksey Bragin
2012-09-22 13:31:18 +00:00
parent ff9902d224
commit 71e8c3bf7f
+2 -1
View File
@@ -36,7 +36,8 @@ target_link_libraries(win32csr
set_module_type(win32csr win32dll)
add_importlibs(win32csr user32 gdi32 advapi32 psapi msvcrt kernel32 ntdll csrsrv)
add_importlibs(win32csr psapi msvcrt kernel32 ntdll csrsrv)
add_delay_importlibs(win32csr user32 gdi32 advapi32)
add_pch(win32csr w32csr.h)