Changeset 98133 in vbox for trunk/src/VBox/Frontends/Common/VBoxKeyboard
- Timestamp:
- Jan 19, 2023 11:40:07 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/Common/VBoxKeyboard/Makefile.kmk
r98103 r98133 39 39 # VBoxKeyboard - keyboard library for X11. 40 40 # 41 VBoxKeyboard_TEMPLATE = VB OXR341 VBoxKeyboard_TEMPLATE = VBoxR3Dll 42 42 VBoxKeyboard_SOURCES = \ 43 43 keyboard.c … … 64 64 VBoxKeyboard-Files_MODE = a+r,u+w 65 65 VBoxKeyboard-Files_SOURCES = \ 66 67 68 69 70 71 72 73 66 COPYING.LIB \ 67 keyboard.c \ 68 keyboard-layouts.h \ 69 keyboard-list.h \ 70 keyboard-tables.h \ 71 keyboard-types.h \ 72 Makefile \ 73 ../../../../../include/VBox/VBoxKeyboard.h=>VBox/VBoxKeyboard.h 74 74 75 75 INSTALLS += VBoxKeyboard-Tarball
Note:
See TracChangeset
for help on using the changeset viewer.