Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Schmidt <dev@dominik-schmidt.de>2018-01-13 22:59:34 +0300
committerDominik Schmidt <dev@dominik-schmidt.de>2018-01-13 23:01:09 +0300
commitfc62e9e9d9caf01dd5b25da2fb5c5c5c0c330b46 (patch)
tree69cb7642b00e622f48aacb2175158644aff6185a /shell_integration
parent15967b121964f14c809bfc5686e1bc802c711dd1 (diff)
Fix .def and .rc files not being compiled into windows shell extensions
Diffstat (limited to 'shell_integration')
-rw-r--r--shell_integration/windows/OCContextMenu/CMakeLists.txt2
-rw-r--r--shell_integration/windows/OCContextMenu/OCContextMenu.rcbin4772 -> 4586 bytes
-rw-r--r--shell_integration/windows/OCOverlays/CMakeLists.txt2
-rw-r--r--shell_integration/windows/OCOverlays/OCOverlay.rcbin5744 -> 5534 bytes
4 files changed, 4 insertions, 0 deletions
diff --git a/shell_integration/windows/OCContextMenu/CMakeLists.txt b/shell_integration/windows/OCContextMenu/CMakeLists.txt
index fb4a42efd..badfbb638 100644
--- a/shell_integration/windows/OCContextMenu/CMakeLists.txt
+++ b/shell_integration/windows/OCContextMenu/CMakeLists.txt
@@ -5,6 +5,8 @@ add_library(OCContextMenu MODULE
OCContextMenuFactory.cpp
OCContextMenuRegHandler.cpp
stdafx.cpp
+ OCContextMenu.rc
+ OCContextMenu.def
)
target_link_libraries(OCContextMenu
diff --git a/shell_integration/windows/OCContextMenu/OCContextMenu.rc b/shell_integration/windows/OCContextMenu/OCContextMenu.rc
index 5025d081f..ab3041ee1 100644
--- a/shell_integration/windows/OCContextMenu/OCContextMenu.rc
+++ b/shell_integration/windows/OCContextMenu/OCContextMenu.rc
Binary files differ
diff --git a/shell_integration/windows/OCOverlays/CMakeLists.txt b/shell_integration/windows/OCOverlays/CMakeLists.txt
index 7837f8fb4..13526b749 100644
--- a/shell_integration/windows/OCOverlays/CMakeLists.txt
+++ b/shell_integration/windows/OCOverlays/CMakeLists.txt
@@ -4,6 +4,8 @@ add_library(OCOverlays MODULE
OCOverlayFactory.cpp
OCOverlayRegistrationHandler.cpp
stdafx.cpp
+ OCOverlay.rc
+ OCOverlays.def
)
target_link_libraries(OCOverlays
diff --git a/shell_integration/windows/OCOverlays/OCOverlay.rc b/shell_integration/windows/OCOverlays/OCOverlay.rc
index 7e937bd90..fb298e242 100644
--- a/shell_integration/windows/OCOverlays/OCOverlay.rc
+++ b/shell_integration/windows/OCOverlays/OCOverlay.rc
Binary files differ