mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 12:03:37 +00:00
[3RDPARTY] Link to oldnames for stricmp/wcsicmp
This commit is contained in:
parent
a3bab12b50
commit
1de09c477c
48 changed files with 80 additions and 51 deletions
|
@ -11,7 +11,7 @@ add_executable(wscript ${SOURCE} rsrc.rc)
|
|||
add_idl_headers(wscript_idlheader ihost.idl)
|
||||
add_typelib(ihost.idl)
|
||||
set_source_files_properties(rsrc.rc PROPERTIES OBJECT_DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/ihost.tlb)
|
||||
target_link_libraries(wscript uuid wine)
|
||||
target_link_libraries(wscript uuid wine oldnames)
|
||||
set_module_type(wscript win32gui UNICODE)
|
||||
add_delay_importlibs(wscript shlwapi)
|
||||
add_importlibs(wscript shell32 oleaut32 ole32 user32 advapi32 msvcrt kernel32 ntdll)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue