mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[WLANSVC]
Add the version information for the WLAN Service. Patch by Lee Schroeder. CORE-10836 #resolve #comment Thanks a lot! svn path=/trunk/; revision=70698
This commit is contained in:
parent
ba31c44d1e
commit
6592d7d424
2 changed files with 5 additions and 1 deletions
|
@ -8,7 +8,7 @@ list(APPEND SOURCE
|
|||
precomp.h
|
||||
${CMAKE_CURRENT_BINARY_DIR}/wlansvc_s.c)
|
||||
|
||||
add_executable(wlansvc ${SOURCE})
|
||||
add_executable(wlansvc ${SOURCE} wlansvc.rc)
|
||||
|
||||
if(NOT MSVC)
|
||||
target_link_libraries(wlansvc ${PSEH_LIB})
|
||||
|
|
4
reactos/base/services/wlansvc/wlansvc.rc
Normal file
4
reactos/base/services/wlansvc/wlansvc.rc
Normal file
|
@ -0,0 +1,4 @@
|
|||
#define REACTOS_STR_FILE_DESCRIPTION "Wireless LAN Service"
|
||||
#define REACTOS_STR_INTERNAL_NAME "wlansvc"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "wlansvc.exe"
|
||||
#include <reactos/version.rc>
|
Loading…
Reference in a new issue