Install grep and gtkrc
This commit is contained in:
parent
673687d78e
commit
37bc595dab
@ -218,3 +218,7 @@ add_subdirectory(api)
|
||||
add_subdirectory(moo)
|
||||
|
||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config-cmake.h.in ${CMAKE_CURRENT_BINARY_DIR}/config.h)
|
||||
|
||||
if(WIN32)
|
||||
install(DIRECTORY plat/win32/medit-data/bin plat/win32/medit-data/etc DESTINATION "${CMAKE_INSTALL_PREFIX}")
|
||||
endif(WIN32)
|
||||
|
BIN
plat/win32/medit-data/bin/grep.exe
Normal file
BIN
plat/win32/medit-data/bin/grep.exe
Normal file
Binary file not shown.
14
plat/win32/medit-data/etc/gtk-2.0/gtkrc
Normal file
14
plat/win32/medit-data/etc/gtk-2.0/gtkrc
Normal file
@ -0,0 +1,14 @@
|
||||
gtk-theme-name = "MS-Windows"
|
||||
|
||||
gtk-auto-mnemonics = 1
|
||||
gtk-can-change-accels = 1
|
||||
gtk-enable-mnemonics = 1
|
||||
gtk-entry-select-on-focus = 1
|
||||
gtk-label-select-on-focus = 1
|
||||
gtk-show-input-method-menu = 1
|
||||
gtk-show-unicode-menu = 1
|
||||
gtk-toolbar-style = icons
|
||||
|
||||
# gtk-icon-theme-name = "Tango"
|
||||
# gtk-font-name = "Segoe UI 9"
|
||||
# gtk-menu-bar-accel = "F10"
|
Loading…
x
Reference in New Issue
Block a user