mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 06:02:07 +00:00
[IOLOGMSG]
Build iologmsg.dll. svn path=/trunk/; revision=57339
This commit is contained in:
parent
83277ebd13
commit
66359ba4e8
4 changed files with 8 additions and 0 deletions
|
@ -295,3 +295,4 @@ set(baseaddress_ftfd 0x70a60000)
|
|||
set(baseaddress_hid 0x70a30000)
|
||||
set(baseaddress_netevent 0x70a10000)
|
||||
set(baseaddress_tapiui 0x709b0000)
|
||||
set(baseaddress_iologmsg 0x669a0000)
|
||||
|
|
|
@ -55,6 +55,7 @@ add_subdirectory(inetcomm)
|
|||
add_subdirectory(inetmib1)
|
||||
add_subdirectory(initpki)
|
||||
add_subdirectory(inseng)
|
||||
add_subdirectory(iologmsg)
|
||||
add_subdirectory(iphlpapi)
|
||||
#add_subdirectory(iprtprio) # not built in trunk
|
||||
add_subdirectory(itircl)
|
||||
|
|
5
reactos/dll/win32/iologmsg/CMakeLists.txt
Normal file
5
reactos/dll/win32/iologmsg/CMakeLists.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
include_directories(${REACTOS_BINARY_DIR}/include/reactos)
|
||||
add_library(iologmsg SHARED iologmsg.rc)
|
||||
set_module_type(iologmsg win32dll ENTRYPOINT 0 UNICODE)
|
||||
add_dependencies(iologmsg ntiologc)
|
||||
add_cd_file(TARGET iologmsg DESTINATION reactos/system32 FOR all)
|
|
@ -5,6 +5,7 @@ list(APPEND ANSI_SOURCE
|
|||
list(APPEND UNICODE_SOURCE
|
||||
errcodes.mc
|
||||
neteventmsg.mc
|
||||
ntiologc.mc
|
||||
ntstatus.mc
|
||||
pciclass.mc)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue