1 2add_library(iologmsg SHARED iologmsg.rc) 3set_module_type(iologmsg module UNICODE) 4add_dependencies(iologmsg ntiologc) 5add_cd_file(TARGET iologmsg DESTINATION reactos/system32 FOR all) 6
1 2add_library(iologmsg SHARED iologmsg.rc) 3set_module_type(iologmsg module UNICODE) 4add_dependencies(iologmsg ntiologc) 5add_cd_file(TARGET iologmsg DESTINATION reactos/system32 FOR all) 6