mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 10:14:44 +00:00

Add more dll/ and drivers/ modules to bootcd. Fix mesa32 definitions. svn path=/branches/cmake-bringup/; revision=49483
9 lines
No EOL
179 B
CMake
9 lines
No EOL
179 B
CMake
|
|
add_definitions(-D_BATTERYCLASS_)
|
|
|
|
add_library(battc SHARED battc.c battc.rc)
|
|
|
|
set_module_type(battc kernelmodedriver)
|
|
add_importlibs(battc ntoskrnl hal)
|
|
|
|
add_cab_target(battc 2) |