mirror of
https://github.com/reactos/reactos.git
synced 2025-04-06 05:34:22 +00:00
[IMAGEHLP_WINETEST]
* Speedup linking. svn path=/trunk/; revision=60217
This commit is contained in:
parent
38685919f0
commit
ef02c47913
2 changed files with 2 additions and 10 deletions
|
@ -1,15 +1,10 @@
|
|||
|
||||
add_definitions(
|
||||
-D__ROS_LONG64__
|
||||
-D_DLL -D__USE_CRTIMP)
|
||||
|
||||
list(APPEND SOURCE
|
||||
image.c
|
||||
integrity.c
|
||||
testlist.c)
|
||||
|
||||
add_executable(imagehlp_winetest ${SOURCE})
|
||||
target_link_libraries(imagehlp_winetest wine uuid)
|
||||
set_module_type(imagehlp_winetest win32cui)
|
||||
add_importlibs(imagehlp_winetest advapi32 msvcrt kernel32 ntdll)
|
||||
add_importlibs(imagehlp_winetest msvcrt kernel32)
|
||||
add_cd_file(TARGET imagehlp_winetest DESTINATION reactos/bin FOR all)
|
||||
|
|
|
@ -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_image(void);
|
||||
extern void func_integrity(void);
|
||||
|
|
Loading…
Reference in a new issue