mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 00:54:40 +00:00
Version info added to Eric's edit port.
svn path=/trunk/; revision=1038
This commit is contained in:
parent
b129b2caea
commit
267e86b00e
2 changed files with 46 additions and 1 deletions
44
rosapps/dflat32/edit.rc
Normal file
44
rosapps/dflat32/edit.rc
Normal file
|
@ -0,0 +1,44 @@
|
|||
/* $Id: edit.rc,v 1.1 2000/03/08 22:38:01 ea Exp $ */
|
||||
#include <defines.h>
|
||||
#include <reactos/resource.h>
|
||||
|
||||
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||
|
||||
/* Version information. */
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION RES_UINT_FV_MAJOR,RES_UINT_FV_MINOR,RES_UINT_FV_REVISION,RES_UINT_FV_BUILD
|
||||
PRODUCTVERSION RES_UINT_PV_MAJOR,RES_UINT_PV_MINOR,RES_UINT_PV_REVISION,RES_UINT_PV_BUILD
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
#else
|
||||
FILEFLAGS 0x0L
|
||||
#endif
|
||||
FILEOS 0x40004L
|
||||
FILETYPE 0x2L
|
||||
FILESUBTYPE 0x0L
|
||||
BEGIN
|
||||
BLOCK "StringFileInfo"
|
||||
BEGIN
|
||||
BLOCK "040904b0"
|
||||
BEGIN
|
||||
VALUE "CompanyName", RES_STR_COMPANY_NAME
|
||||
VALUE "FileDescription", "FreeDOS/ReactOS Text Editor\0"
|
||||
VALUE "FileVersion", RES_STR_PRODUCT_VERSION
|
||||
VALUE "InternalName", "edit\0"
|
||||
VALUE "LegalCopyright", RES_STR_LEGAL_COPYRIGHT
|
||||
VALUE "OriginalCopyright", "FreeDOS Project"
|
||||
VALUE "OriginalFilename", "edit.exe\0"
|
||||
VALUE "ProductName", RES_STR_PRODUCT_NAME
|
||||
VALUE "ProductVersion", RES_STR_PRODUCT_VERSION
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
BEGIN
|
||||
VALUE "Translation", 0x409, 1200
|
||||
END
|
||||
END
|
||||
|
||||
|
||||
/* EOF */
|
|
@ -11,7 +11,8 @@ OBJECTS = applicat.o barchart.o box.o button.o calendar.o checkbox.o clipbord.o
|
|||
direct.o edit.o editbox.o fileopen.o helpbox.o htree.o keys.o \
|
||||
listbox.o lists.o log.o menu.o menubar.o menus.o message.o msgbox.o \
|
||||
normal.o pictbox.o popdown.o radio.o rect.o search.o slidebox.o spinbutt.o \
|
||||
statbar.o sysmenu.o text.o textbox.o video.o watch.o window.o
|
||||
statbar.o sysmenu.o text.o textbox.o video.o watch.o window.o \
|
||||
edit.coff
|
||||
|
||||
CLEAN_FILES = *.o *.exe *.sym *.coff
|
||||
|
||||
|
|
Loading…
Reference in a new issue