mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 13:38:19 +00:00
[NTDSAPI_WINETEST]
* Improve header inclusions. * Speedup build. * Remove redundant definitions. svn path=/trunk/; revision=63067
This commit is contained in:
parent
2417a6593c
commit
ae78c69135
2 changed files with 1 additions and 9 deletions
|
@ -1,10 +1,5 @@
|
|||
|
||||
add_definitions(
|
||||
-D__ROS_LONG64__
|
||||
-D_DLL -D__USE_CRTIMP)
|
||||
|
||||
add_executable(ntdsapi_winetest ntdsapi.c testlist.c)
|
||||
target_link_libraries(ntdsapi_winetest wine)
|
||||
set_module_type(ntdsapi_winetest win32cui)
|
||||
add_importlibs(ntdsapi_winetest ntdsapi msvcrt kernel32 ntdll)
|
||||
add_importlibs(ntdsapi_winetest ntdsapi msvcrt kernel32)
|
||||
add_cd_file(TARGET ntdsapi_winetest DESTINATION reactos/bin FOR all)
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
/* Automatically generated file; DO NOT EDIT!! */
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
|
||||
#define STANDALONE
|
||||
#include "wine/test.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue