mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
[MSI_WINETEST]
* Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60308
This commit is contained in:
parent
d221b534b9
commit
7d081ffd6c
4 changed files with 1371 additions and 803 deletions
|
@ -1,6 +1,4 @@
|
|||
|
||||
add_definitions(-D__ROS_LONG64__)
|
||||
|
||||
list(APPEND SOURCE
|
||||
action.c
|
||||
automation.c
|
||||
|
@ -16,7 +14,7 @@ list(APPEND SOURCE
|
|||
testlist.c)
|
||||
|
||||
add_executable(msi_winetest ${SOURCE})
|
||||
target_link_libraries(msi_winetest wine uuid)
|
||||
target_link_libraries(msi_winetest uuid)
|
||||
set_module_type(msi_winetest win32cui)
|
||||
add_importlibs(msi_winetest cabinet msi shell32 ole32 oleaut32 user32 advapi32 version msvcrt kernel32 ntdll)
|
||||
add_importlibs(msi_winetest cabinet msi shell32 ole32 oleaut32 user32 advapi32 version msvcrt kernel32)
|
||||
add_cd_file(TARGET msi_winetest DESTINATION reactos/bin FOR all)
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -1,10 +1,7 @@
|
|||
/* Automatically generated file; DO NOT EDIT!! */
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
|
||||
#define STANDALONE
|
||||
#include "wine/test.h"
|
||||
#include <wine/test.h>
|
||||
|
||||
extern void func_action(void);
|
||||
extern void func_automation(void);
|
||||
|
|
Loading…
Reference in a new issue