mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[WLANCONF]: Addendum to r73024.
svn path=/trunk/; revision=73026
This commit is contained in:
parent
6f5d03b414
commit
00a8b0a3c8
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/conutils)
|
|||
|
||||
add_executable(wlanconf wlanconf.c wlanconf.rc)
|
||||
set_module_type(wlanconf win32cui UNICODE)
|
||||
target_link_libraries(wlanconf conutils ${PSEH_LIB})
|
||||
target_link_libraries(wlanconf conutils_stream ${PSEH_LIB})
|
||||
add_importlibs(wlanconf msvcrt iphlpapi kernel32)
|
||||
add_cd_file(TARGET wlanconf DESTINATION reactos/system32 FOR all)
|
||||
|
|
Loading…
Reference in a new issue