X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=dll%2Fwin32%2Fdbghelp%2FCMakeLists.txt;h=bea240c9dcda30c15ca3fab9973ffc3db8c682d7;hp=099da6a9f2d5e0836fb3f075169566d8a40015a4;hb=4ee1da42f10006c2e93c75fdde3151025cb0c727;hpb=ddc471835794e92a25db5f06b6173762375ca638 diff --git a/dll/win32/dbghelp/CMakeLists.txt b/dll/win32/dbghelp/CMakeLists.txt index 099da6a9f2d..bea240c9dcd 100644 --- a/dll/win32/dbghelp/CMakeLists.txt +++ b/dll/win32/dbghelp/CMakeLists.txt @@ -13,7 +13,7 @@ endif(ARCH MATCHES amd64) include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine) -spec2def(dbghelp ${CMAKE_CURRENT_SOURCE_DIR}/dbghelp.spec ${CMAKE_CURRENT_BINARY_DIR}/dbghelp.def) +spec2def(dbghelp.dll dbghelp.spec) add_library(dbghelp SHARED coff.c @@ -39,16 +39,16 @@ add_library(dbghelp SHARED storage.c symbol.c type.c - version.rc) + version.rc + ${CMAKE_CURRENT_BINARY_DIR}/dbghelp.def) set_module_type(dbghelp win32dll) target_link_libraries(dbghelp - ${CMAKE_CURRENT_BINARY_DIR}/dbghelp.def wine pseh oldnames) add_importlibs(dbghelp psapi version msvcrt kernel32 ntdll) -add_dependencies(dbghelp dbghelp_def) + add_cab_target(dbghelp 1)