mirror of
https://github.com/reactos/reactos.git
synced 2025-05-07 02:41:22 +00:00
[RICHED32_WINETEST]
* Speedup build. svn path=/trunk/; revision=60372
This commit is contained in:
parent
94cc0b5136
commit
b724898e20
2 changed files with 2 additions and 8 deletions
|
@ -1,8 +1,5 @@
|
||||||
|
|
||||||
add_definitions(-D__ROS_LONG64__)
|
|
||||||
|
|
||||||
add_executable(riched32_winetest editor.c testlist.c)
|
add_executable(riched32_winetest editor.c testlist.c)
|
||||||
target_link_libraries(riched32_winetest wine)
|
|
||||||
set_module_type(riched32_winetest win32cui)
|
set_module_type(riched32_winetest win32cui)
|
||||||
add_importlibs(riched32_winetest ole32 user32 msvcrt kernel32 ntdll)
|
add_importlibs(riched32_winetest ole32 user32 msvcrt kernel32)
|
||||||
add_cd_file(TARGET riched32_winetest DESTINATION reactos/bin FOR all)
|
add_cd_file(TARGET riched32_winetest DESTINATION reactos/bin FOR all)
|
||||||
|
|
|
@ -1,10 +1,7 @@
|
||||||
/* Automatically generated file; DO NOT EDIT!! */
|
/* Automatically generated file; DO NOT EDIT!! */
|
||||||
|
|
||||||
#define WIN32_LEAN_AND_MEAN
|
|
||||||
#include <windows.h>
|
|
||||||
|
|
||||||
#define STANDALONE
|
#define STANDALONE
|
||||||
#include "wine/test.h"
|
#include <wine/test.h>
|
||||||
|
|
||||||
extern void func_editor(void);
|
extern void func_editor(void);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue