diff options
author | Travis Howell | 2004-05-18 09:32:35 +0000 |
---|---|---|
committer | Travis Howell | 2004-05-18 09:32:35 +0000 |
commit | b76b52913e2d54d9dd00c748fc0ee329fd5e7dc9 (patch) | |
tree | d0cc713449ab22b4444f0e8bf16efa0da24a1f80 | |
parent | 9ec42ab9a7d79cc392a48283d205fa2d24c8cb1d (diff) | |
download | scummvm-rg350-b76b52913e2d54d9dd00c748fc0ee329fd5e7dc9.tar.gz scummvm-rg350-b76b52913e2d54d9dd00c748fc0ee329fd5e7dc9.tar.bz2 scummvm-rg350-b76b52913e2d54d9dd00c748fc0ee329fd5e7dc9.zip |
Drop unneeded fields
svn-id: r13841
-rw-r--r-- | scummvm.rc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scummvm.rc b/scummvm.rc index f80db5ec91..0fa9ea0cd2 100644 --- a/scummvm.rc +++ b/scummvm.rc @@ -20,17 +20,14 @@ BEGIN BLOCK "040904b0" BEGIN VALUE "Comments", "Look! A three headed monkey (TM)! .. Nice use of the TM!\0" - VALUE "CompanyName", "ScummVM Team\0" VALUE "FileDescription", "http://www.scummvm.org/\0" VALUE "FileVersion", "0.7.0CVS\0" VALUE "InternalName", "scummvm\0" VALUE "LegalCopyright", "Copyright © 2001-2004 The ScummVM Team\0" VALUE "LegalTrademarks", "'SCUMM', and all SCUMM games are a TM of LucasArts. Simon The Sorcerer is a TM of AdventureSoft. Broken Sword and Beneath a Steel Sky is TM of Revolution.\0" VALUE "OriginalFilename", "scummvm.exe\0" - VALUE "PrivateBuild", "\0" VALUE "ProductName", "ScummVM\0" VALUE "ProductVersion", "0.7.0CVS\0" - VALUE "SpecialBuild", "\0" END END BLOCK "VarFileInfo" |