mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[STI_WINETEST]
* Speedup build. svn path=/trunk/; revision=60412
This commit is contained in:
parent
716351aaa5
commit
1046bab113
2 changed files with 3 additions and 9 deletions
|
@ -1,10 +1,5 @@
|
|||
|
||||
add_definitions(
|
||||
-D__ROS_LONG64__
|
||||
-D_DLL -D__USE_CRTIMP)
|
||||
|
||||
add_executable(sti_winetest sti.c testlist.c)
|
||||
target_link_libraries(sti_winetest wine uuid)
|
||||
set_module_type(sti_winetest win32cui)
|
||||
add_importlibs(sti_winetest ole32 msvcrt kernel32 ntdll)
|
||||
add_importlibs(sti_winetest ole32 msvcrt kernel32)
|
||||
add_cd_file(TARGET sti_winetest DESTINATION reactos/bin FOR all)
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
/* Automatically generated file; DO NOT EDIT!! */
|
||||
|
||||
#define STANDALONE
|
||||
#include "wine/test.h"
|
||||
#include <wine/test.h>
|
||||
|
||||
extern void func_sti(void);
|
||||
|
||||
|
|
Loading…
Reference in a new issue