mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 17:45:40 +00:00
[CMAKE] Introduce set_wine_module (Retry) (#7860)
Re-trial of #7800. Deleting __WINESRC__ hacks. JIRA issue: CORE-5743 - Add sdk/cmake/set_wine_module.cmake. - Load set_wine_module.cmake at top-level CMakeLists.txt. - Use set_wine_module cmake function and delete __WINESRC__ as possible. - Delete many include_directories.
This commit is contained in:
parent
125f94d8ab
commit
7efab12e6f
182 changed files with 218 additions and 356 deletions
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__WINESRC__)
|
||||
|
||||
list(APPEND SOURCE
|
||||
arguments.c
|
||||
host.c
|
||||
|
@ -18,3 +16,4 @@ add_importlibs(wscript shell32 oleaut32 ole32 user32 advapi32 msvcrt kernel32 nt
|
|||
add_dependencies(wscript stdole2 wscript_idlheader)
|
||||
add_pch(wscript precomp.h SOURCE)
|
||||
add_cd_file(TARGET wscript DESTINATION reactos/system32 FOR all)
|
||||
set_wine_module_FIXME(wscript) # CORE-5743: No ARRAY_SIZE macro
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue