mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 08:43:28 +00:00
fbf705275d
Add more dll/ and drivers/ modules to bootcd. Fix mesa32 definitions. svn path=/branches/cmake-bringup/; revision=49483
12 lines
No EOL
227 B
CMake
12 lines
No EOL
227 B
CMake
|
|
spec2def(dxgthk.sys dxgthk.spec)
|
|
|
|
add_library(dxgthk SHARED
|
|
main.c
|
|
dxgthk.rc
|
|
${CMAKE_CURRENT_BINARY_DIR}/dxgthk.def)
|
|
|
|
set_module_type(dxgthk kernelmodedriver)
|
|
add_importlibs(dxgthk win32k)
|
|
|
|
add_cab_target(dxgthk 2) |