mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 05:01:03 +00:00
[SPOOLSS_WINETEST]
* Speedup build. svn path=/trunk/; revision=60386
This commit is contained in:
parent
c5cfb1f8f7
commit
fa4b1250f8
2 changed files with 2 additions and 10 deletions
|
@ -1,10 +1,5 @@
|
|||
|
||||
add_definitions(
|
||||
-D__ROS_LONG64__
|
||||
-D_DLL -D__USE_CRTIMP)
|
||||
|
||||
add_executable(spoolss_winetest spoolss.c testlist.c)
|
||||
target_link_libraries(spoolss_winetest wine)
|
||||
set_module_type(spoolss_winetest win32cui)
|
||||
add_importlibs(spoolss_winetest msvcrt kernel32 ntdll)
|
||||
add_importlibs(spoolss_winetest msvcrt kernel32)
|
||||
add_cd_file(TARGET spoolss_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_spoolss(void);
|
||||
|
||||
|
|
Loading…
Reference in a new issue