mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
Addendum to r72841.
svn path=/trunk/; revision=72842
This commit is contained in:
parent
9c77bd1cb7
commit
d1faa1a99f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ add_custom_command(
|
|||
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/MyEventProvider.mc)
|
||||
|
||||
add_library(MyEventProvider SHARED ${CMAKE_CURRENT_BINARY_DIR}/MyEventProvider.rc)
|
||||
set_module_type(MyEventProvider win32dll UNICODE ENTRYPOINT 0)
|
||||
set_module_type(MyEventProvider module UNICODE)
|
||||
add_cd_file(TARGET MyEventProvider DESTINATION reactos/bin FOR all)
|
||||
|
||||
add_executable(evtlogtest EvtLogTest.c)
|
||||
|
|
Loading…
Reference in a new issue