X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=rostests%2Fwinetests%2Fodbccp32%2FCMakeLists.txt;h=ce8fc7617945926a232e0aa571e435b644c67484;hp=00de7f0b603125633d0c9e3269aea1ebc601c9d5;hb=8df2aa0ed1513be2bba71488b7200d72ef7d695e;hpb=78bb2d304dab2c5a9a2245ede03c5fcead1bc57f diff --git a/rostests/winetests/odbccp32/CMakeLists.txt b/rostests/winetests/odbccp32/CMakeLists.txt index 00de7f0b603..ce8fc761794 100644 --- a/rostests/winetests/odbccp32/CMakeLists.txt +++ b/rostests/winetests/odbccp32/CMakeLists.txt @@ -1,10 +1,5 @@ -add_definitions( - -D__ROS_LONG64__ - -D_DLL -D__USE_CRTIMP) - add_executable(odbccp32_winetest misc.c testlist.c) -target_link_libraries(odbccp32_winetest wine) set_module_type(odbccp32_winetest win32cui) -add_importlibs(odbccp32_winetest odbccp32 msvcrt kernel32 ntdll) +add_importlibs(odbccp32_winetest odbccp32 msvcrt kernel32) add_cd_file(TARGET odbccp32_winetest DESTINATION reactos/bin FOR all)