2010-12-07 11:40:10 +00:00
|
|
|
|
2011-09-03 19:19:57 +00:00
|
|
|
remove_definitions(-DWINVER=0x502 -D_WIN32_IE=0x600 -D_WIN32_WINNT=0x502)
|
2010-12-07 11:40:10 +00:00
|
|
|
|
|
|
|
add_definitions(
|
|
|
|
-D__ROS_LONG64__
|
|
|
|
-D_DLL -D__USE_CRTIMP)
|
|
|
|
|
|
|
|
list(APPEND SOURCE
|
|
|
|
appbar.c
|
2012-05-13 18:14:09 +00:00
|
|
|
assoc.c
|
2010-12-07 11:40:10 +00:00
|
|
|
autocomplete.c
|
2011-09-23 23:14:50 +00:00
|
|
|
brsfolder.c
|
|
|
|
ebrowser.c
|
2010-12-07 11:40:10 +00:00
|
|
|
generated.c
|
|
|
|
progman_dde.c
|
2011-09-23 23:14:50 +00:00
|
|
|
recyclebin.c
|
|
|
|
shelldispatch.c
|
2010-12-07 11:40:10 +00:00
|
|
|
shelllink.c
|
2011-09-23 23:14:50 +00:00
|
|
|
shellole.c
|
2010-12-07 11:40:10 +00:00
|
|
|
shellpath.c
|
2011-09-23 23:14:50 +00:00
|
|
|
shfldr_special.c
|
2010-12-07 11:40:10 +00:00
|
|
|
shlexec.c
|
|
|
|
shlfileop.c
|
|
|
|
shlfolder.c
|
|
|
|
shlview.c
|
|
|
|
string.c
|
|
|
|
systray.c
|
|
|
|
testlist.c
|
|
|
|
rsrc.rc)
|
|
|
|
|
|
|
|
add_executable(shell32_winetest ${SOURCE})
|
|
|
|
target_link_libraries(shell32_winetest wine uuid)
|
|
|
|
set_module_type(shell32_winetest win32cui)
|
2011-09-23 23:14:50 +00:00
|
|
|
add_importlibs(shell32_winetest shell32 ole32 oleaut32 user32 advapi32 msvcrt kernel32 ntdll)
|
2011-05-14 20:55:36 +00:00
|
|
|
add_cd_file(TARGET shell32_winetest DESTINATION reactos/bin FOR all)
|