[OLEACC_WINETEST]

* Speedup build.

svn path=/trunk/; revision=60365
This commit is contained in:
Amine Khaldi 2013-09-26 14:11:05 +00:00
parent 8a63d5c7e9
commit 49cf702458
2 changed files with 2 additions and 10 deletions

View file

@ -1,10 +1,5 @@
add_definitions(
-D__ROS_LONG64__
-D_DLL -D__USE_CRTIMP)
add_executable(oleacc_winetest main.c testlist.c)
target_link_libraries(oleacc_winetest wine)
set_module_type(oleacc_winetest win32cui)
add_importlibs(oleacc_winetest oleacc msvcrt kernel32 ntdll)
add_importlibs(oleacc_winetest oleacc msvcrt kernel32)
add_cd_file(TARGET oleacc_winetest DESTINATION reactos/bin FOR all)

View file

@ -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_main(void);