mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[SHLWAPI_WINETEST]
* Speedup build. svn path=/trunk/; revision=60381
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
|
||||
add_definitions(-D__ROS_LONG64__)
|
||||
|
||||
remove_definitions(-DWINVER=0x502 -D_WIN32_IE=0x600 -D_WIN32_WINNT=0x502)
|
||||
|
||||
list(APPEND SOURCE
|
||||
assoc.c
|
||||
clist.c
|
||||
@@ -18,7 +14,7 @@ list(APPEND SOURCE
|
||||
testlist.c)
|
||||
|
||||
add_executable(shlwapi_winetest ${SOURCE})
|
||||
target_link_libraries(shlwapi_winetest wine uuid)
|
||||
target_link_libraries(shlwapi_winetest uuid)
|
||||
set_module_type(shlwapi_winetest win32cui)
|
||||
add_importlibs(shlwapi_winetest shlwapi ole32 oleaut32 user32 advapi32 msvcrt kernel32 ntdll)
|
||||
add_cd_file(TARGET shlwapi_winetest DESTINATION reactos/bin FOR all)
|
||||
|
||||
@@ -9,9 +9,11 @@
|
||||
#define _INC_WINDOWS
|
||||
#define COM_NO_WINDOWS_H
|
||||
|
||||
#ifndef __REACTOS__
|
||||
#define WINVER 0x0501
|
||||
#define _WIN32_IE 0x0501
|
||||
#define _WIN32_WINNT 0x0501
|
||||
#endif
|
||||
|
||||
#define WINE_NOWINSOCK
|
||||
|
||||
|
||||
Reference in New Issue
Block a user