зеркало из https://github.com/nextcloud/desktop.git
Fix .def and .rc files not being compiled into windows shell extensions
This commit is contained in:
Родитель
15967b1219
Коммит
fc62e9e9d9
|
@ -5,6 +5,8 @@ add_library(OCContextMenu MODULE
|
|||
OCContextMenuFactory.cpp
|
||||
OCContextMenuRegHandler.cpp
|
||||
stdafx.cpp
|
||||
OCContextMenu.rc
|
||||
OCContextMenu.def
|
||||
)
|
||||
|
||||
target_link_libraries(OCContextMenu
|
||||
|
|
Двоичные данные
shell_integration/windows/OCContextMenu/OCContextMenu.rc
Двоичные данные
shell_integration/windows/OCContextMenu/OCContextMenu.rc
Двоичный файл не отображается.
|
@ -4,6 +4,8 @@ add_library(OCOverlays MODULE
|
|||
OCOverlayFactory.cpp
|
||||
OCOverlayRegistrationHandler.cpp
|
||||
stdafx.cpp
|
||||
OCOverlay.rc
|
||||
OCOverlays.def
|
||||
)
|
||||
|
||||
target_link_libraries(OCOverlays
|
||||
|
|
Двоичные данные
shell_integration/windows/OCOverlays/OCOverlay.rc
Двоичные данные
shell_integration/windows/OCOverlays/OCOverlay.rc
Двоичный файл не отображается.
Загрузка…
Ссылка в новой задаче