mirror of
https://github.com/reactos/reactos.git
synced 2026-06-06 13:47:40 +08: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:
@@ -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)
|
||||
Reference in New Issue
Block a user