X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=blobdiff_plain;f=cross-compile%2Fmingw%2Fpv_mwindows.patch;fp=cross-compile%2Fmingw%2Fpv_mwindows.patch;h=0000000000000000000000000000000000000000;hp=65cd770df9e7bb9278bfc8074fbcf63ae9d94b25;hb=682d505b8b7d354c7b0dc1bd719a4f43e0f566c7;hpb=a4846659556372bb820f1b9354c9b8ef2fb62e83 diff --git a/cross-compile/mingw/pv_mwindows.patch b/cross-compile/mingw/pv_mwindows.patch deleted file mode 100644 index 65cd770..0000000 --- a/cross-compile/mingw/pv_mwindows.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 80e90e9..d1a564f 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -398,11 +398,6 @@ endif() - - target_link_libraries(${PROJECT_NAME} ${PULSEVIEW_LINK_LIBS}) - --if(WIN32) -- # Pass -mwindows so that no "DOS box" opens when PulseView is started. -- set_target_properties(${PROJECT_NAME} PROPERTIES LINK_FLAGS "-mwindows") --endif() -- - #=============================================================================== - #= Installation - #-------------------------------------------------------------------------------