mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 20:19:26 +00:00
[NDISUIO]
- Build file fixes svn path=/branches/wlan-bringup/; revision=54831
This commit is contained in:
parent
31b309b74d
commit
ee6a082e17
2 changed files with 12 additions and 9 deletions
|
@ -2,18 +2,17 @@ add_definitions(
|
|||
-DNDIS50
|
||||
-D_NTDRIVER_)
|
||||
|
||||
spec2def(ndisuio.sys ndisuio.spec)
|
||||
|
||||
list(APPEND SOURCE
|
||||
main.c
|
||||
ndisuio.rc
|
||||
${CMAKE_CURRENT_BINARY_DIR}/ndisuio.def)
|
||||
createclose.c
|
||||
ioctl.c
|
||||
main.c
|
||||
misc.c
|
||||
protocol.c
|
||||
readwrite.c
|
||||
ndisuio.rc)
|
||||
|
||||
add_library(ndisuio SHARED ${SOURCE})
|
||||
|
||||
target_link_libraries(ndisuio
|
||||
${PSEH_LIB})
|
||||
|
||||
set_module_type(ndisuio kernelmodedriver)
|
||||
add_importlibs(ndisuio ndis ntoskrnl hal)
|
||||
|
||||
|
|
|
@ -5,10 +5,14 @@
|
|||
<define name="NDIS50" />
|
||||
<define name="_NTDRIVER_" />
|
||||
<library>ndis</library>
|
||||
<library>pseh</library>
|
||||
<library>ntoskrnl</library>
|
||||
<library>hal</library>
|
||||
<pch>ndisuio.h</pch>
|
||||
<file>createclose.c</file>
|
||||
<file>ioctl.c</file>
|
||||
<file>main.c</file>
|
||||
<file>misc.c</file>
|
||||
<file>protocol.c</file>
|
||||
<file>readwrite.c</file>
|
||||
<file>ndisuio.rc</file>
|
||||
</module>
|
||||
|
|
Loading…
Reference in a new issue