mirror of
https://github.com/reactos/reactos.git
synced 2025-05-18 16:51:18 +00:00
[TOOLS]: Adds back kbdtool (Keyboard Layout Compiler), and hpp (Header File Preprocessor) too, to host-tools compilation.
svn path=/trunk/; revision=65994
This commit is contained in:
parent
4d380127d3
commit
3f427653d8
2 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,8 @@ add_executable(utf16le utf16le/utf16le.cpp)
|
|||
|
||||
add_subdirectory(cabman)
|
||||
add_subdirectory(cdmake)
|
||||
add_subdirectory(hpp)
|
||||
add_subdirectory(kbdtool)
|
||||
add_subdirectory(mkhive)
|
||||
add_subdirectory(unicode)
|
||||
add_subdirectory(widl)
|
||||
|
|
2
reactos/tools/kbdtool/CMakeLists.txt
Normal file
2
reactos/tools/kbdtool/CMakeLists.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
add_executable(kbdtool data.c main.c output.c parser.c)
|
Loading…
Reference in a new issue