mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-22 16:21:24 -06:00
Check loading of blacklisted dlls and show warning dialog at startup. Also show these dlls in sysinfo dialog.
This commit is contained in:
parent
4f161607c7
commit
fa2568a5e3
11 changed files with 172 additions and 5 deletions
|
|
@ -140,6 +140,11 @@ target_link_libraries(PrusaSlicer libslic3r_gui)
|
|||
else ()
|
||||
target_link_libraries(PrusaSlicer -ldl)
|
||||
endif ()
|
||||
if (WIN32)
|
||||
include_directories(detours)
|
||||
find_library(PSAPI_LIB NAMES Psapi)
|
||||
target_link_libraries(PrusaSlicer ${PSAPI_LIB})
|
||||
endif ()
|
||||
endif ()
|
||||
|
||||
# On Windows, a shim application is required to produce a console / non console version of the Slic3r application.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue