mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:16:04 +00:00
[CMAKE]
Revert part of 50435 svn path=/trunk/; revision=50437
This commit is contained in:
parent
97830a1dfe
commit
b1d121930a
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
add_definitions(-D_DLL -D__USE_CRTIMP -D__WINESRC__)
|
add_definitions(-D_DLL -D__USE_CRTIMP)
|
||||||
add_executable(amstream_winetest amstream.c testlist.c)
|
add_executable(amstream_winetest amstream.c testlist.c)
|
||||||
target_link_libraries(amstream_winetest wine uuid)
|
target_link_libraries(amstream_winetest wine uuid)
|
||||||
set_module_type(amstream_winetest win32cui)
|
set_module_type(amstream_winetest win32cui)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
add_definitions(-D_DLL -D__USE_CRTIMP -D__ROS_LONG64__)
|
add_definitions(-D_DLL -D__USE_CRTIMP)
|
||||||
add_executable(avifil32_winetest api.c testlist.c)
|
add_executable(avifil32_winetest api.c testlist.c)
|
||||||
target_link_libraries(avifil32_winetest wine)
|
target_link_libraries(avifil32_winetest wine)
|
||||||
set_module_type(avifil32_winetest win32cui)
|
set_module_type(avifil32_winetest win32cui)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue