mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 06:09:58 +00:00
78cc22ef6f
- fix decorations on non-x86 builds - improve batt and aclui - remove set_export_spec macro svn path=/branches/cmake-bringup/; revision=50207
17 lines
262 B
CMake
17 lines
262 B
CMake
|
|
spec2def(batt.dll batt.spec)
|
|
|
|
set_unicode()
|
|
|
|
add_library(batt SHARED
|
|
batt.c
|
|
batt.rc
|
|
${CMAKE_CURRENT_BINARY_DIR}/batt.def)
|
|
|
|
set_module_type(batt win32dll)
|
|
|
|
add_importlib_target(batt.spec)
|
|
|
|
add_importlibs(batt msvcrt kernel32)
|
|
|
|
add_cab_target(batt 1)
|