projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[ODBCCP32_WINETEST]
[reactos.git]
/
rostests
/
winetests
/
odbccp32
/
CMakeLists.txt
diff --git
a/rostests/winetests/odbccp32/CMakeLists.txt
b/rostests/winetests/odbccp32/CMakeLists.txt
index
00de7f0
..
ce8fc76
100644
(file)
--- 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)
add_executable(odbccp32_winetest misc.c testlist.c)
-target_link_libraries(odbccp32_winetest wine)
set_module_type(odbccp32_winetest win32cui)
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)
add_cd_file(TARGET odbccp32_winetest DESTINATION reactos/bin FOR all)