add version resource, add resources to msvc project files
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2985
This commit is contained in:
parent
6f814e272b
commit
9db3e82af1
2 changed files with 43 additions and 1 deletions
|
@ -1 +1,37 @@
|
|||
dosbox_ico ICON dosbox.ico
|
||||
|
||||
#include "afxres.h"
|
||||
|
||||
// icon resource
|
||||
dosbox_ico ICON "dosbox.ico"
|
||||
|
||||
|
||||
// version resource
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 0,72,0,0
|
||||
PRODUCTVERSION 0,72,0,0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
FILEFLAGS 0x0L
|
||||
FILEOS 0x40004L
|
||||
FILETYPE 0x1L
|
||||
FILESUBTYPE 0x0L
|
||||
BEGIN
|
||||
BLOCK "StringFileInfo"
|
||||
BEGIN
|
||||
BLOCK "040904b0"
|
||||
BEGIN
|
||||
VALUE "Comments", "© 2002-2007 DOSBox Team, published under GNU GPL"
|
||||
VALUE "CompanyName", "DOSBox Team"
|
||||
VALUE "FileDescription", "DOSBox DOS Emulator"
|
||||
VALUE "FileVersion", "0, 72, 0, 0"
|
||||
VALUE "InternalName", "DOSBox"
|
||||
VALUE "LegalCopyright", "Copyright © 2002-2007 DOSBox Team"
|
||||
VALUE "OriginalFilename", "dosbox.exe"
|
||||
VALUE "ProductName", "DOSBox DOS Emulator"
|
||||
VALUE "ProductVersion", "0, 72, 0, 0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
BEGIN
|
||||
VALUE "Translation", 0x409, 1200
|
||||
END
|
||||
END
|
||||
|
|
|
@ -158,6 +158,9 @@
|
|||
<File
|
||||
RelativePath="..\src\dosbox.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\dosbox.rc">
|
||||
</File>
|
||||
<Filter
|
||||
Name="cpu"
|
||||
Filter="">
|
||||
|
@ -847,6 +850,9 @@
|
|||
RelativePath="..\include\video.h">
|
||||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath="..\src\dosbox.ico">
|
||||
</File>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
|
|
Loading…
Add table
Reference in a new issue