mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
[NPFS] Add version information. By Lee Schroeder. CORE-11004
svn path=/trunk/; revision=71040
This commit is contained in:
parent
8699bf007d
commit
1c83377e38
2 changed files with 4 additions and 4 deletions
|
@ -22,7 +22,7 @@ list(APPEND SOURCE
|
|||
writesup.c
|
||||
npfs.h)
|
||||
|
||||
add_library(npfs SHARED ${SOURCE})
|
||||
add_library(npfs SHARED ${SOURCE} npfs.rc)
|
||||
set_module_type(npfs kernelmodedriver)
|
||||
target_link_libraries(npfs ${PSEH_LIB})
|
||||
add_importlibs(npfs ntoskrnl hal)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#define REACTOS_VERSION_DLL
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "Named Pipe IFS Driver\0"
|
||||
#define REACTOS_STR_INTERNAL_NAME "npfs\0"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "npfs.sys\0"
|
||||
#define REACTOS_STR_FILE_DESCRIPTION "Named Pipe File System Driver"
|
||||
#define REACTOS_STR_INTERNAL_NAME "npfs"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "npfs.sys"
|
||||
#include <reactos/version.rc>
|
||||
|
|
Loading…
Reference in a new issue