diff options
| author | Eugene Sandulenko | 2006-04-14 01:01:43 +0000 |
|---|---|---|
| committer | Eugene Sandulenko | 2006-04-14 01:01:43 +0000 |
| commit | 78cc6e4eadc4a0866c9a8319b0b7ff6faaa9e7a7 (patch) | |
| tree | 8ee1c4e4a06c0993694715c6eff6c681fc620e3d /dists | |
| parent | ab799101c034fe3c79d3b8134c35bd6ea3269568 (diff) | |
| download | scummvm-rg350-78cc6e4eadc4a0866c9a8319b0b7ff6faaa9e7a7.tar.gz scummvm-rg350-78cc6e4eadc4a0866c9a8319b0b7ff6faaa9e7a7.tar.bz2 scummvm-rg350-78cc6e4eadc4a0866c9a8319b0b7ff6faaa9e7a7.zip | |
Finish cleanup of root directory. Now move scummvm.rc to dists/
svn-id: r21860
Diffstat (limited to 'dists')
| -rw-r--r-- | dists/devcpp/scummvm.dev | 2 | ||||
| -rw-r--r-- | dists/msvc6/scummvm.dsp | 2 | ||||
| -rw-r--r-- | dists/msvc7/scummvm.vcproj | 2 | ||||
| -rw-r--r-- | dists/msvc71/scummvm.vcproj | 2 | ||||
| -rw-r--r-- | dists/msvc8/scummvm.vcproj | 2 | ||||
| -rw-r--r-- | dists/scummvm.rc | 37 | ||||
| -rw-r--r-- | dists/scummvm.rc.in | 37 |
7 files changed, 79 insertions, 5 deletions
diff --git a/dists/devcpp/scummvm.dev b/dists/devcpp/scummvm.dev index f8cdb45536..a30c95b5af 100644 --- a/dists/devcpp/scummvm.dev +++ b/dists/devcpp/scummvm.dev @@ -1600,7 +1600,7 @@ OverrideBuildCmd=0 BuildCmd= [Unit163] -FileName=..\..\scummvm.rc +FileName=..\..\dists\scummvm.rc CompileCpp=1 Folder=Resources Compile=1 diff --git a/dists/msvc6/scummvm.dsp b/dists/msvc6/scummvm.dsp index b04886b2fa..b543edf893 100644 --- a/dists/msvc6/scummvm.dsp +++ b/dists/msvc6/scummvm.dsp @@ -645,7 +645,7 @@ SOURCE=..\..\icons\scummvm.ico # End Source File # Begin Source File -SOURCE=..\..\scummvm.rc +SOURCE=..\..\dists\scummvm.rc # End Source File # End Target # End Project diff --git a/dists/msvc7/scummvm.vcproj b/dists/msvc7/scummvm.vcproj index c323a3f4f5..5e90070bad 100644 --- a/dists/msvc7/scummvm.vcproj +++ b/dists/msvc7/scummvm.vcproj @@ -449,7 +449,7 @@ RelativePath="..\..\icons\scummvm.ico"> </File> <File - RelativePath="..\..\scummvm.rc"> + RelativePath="..\..\dists\scummvm.rc"> </File> </Filter> <Filter diff --git a/dists/msvc71/scummvm.vcproj b/dists/msvc71/scummvm.vcproj index b48dbee0ec..c3bec14d1f 100644 --- a/dists/msvc71/scummvm.vcproj +++ b/dists/msvc71/scummvm.vcproj @@ -463,7 +463,7 @@ RelativePath="..\..\icons\scummvm.ico"> </File> <File - RelativePath="..\..\scummvm.rc"> + RelativePath="..\..\dists\scummvm.rc"> </File> </Filter> <Filter diff --git a/dists/msvc8/scummvm.vcproj b/dists/msvc8/scummvm.vcproj index 504ecd2b7b..eca16544ab 100644 --- a/dists/msvc8/scummvm.vcproj +++ b/dists/msvc8/scummvm.vcproj @@ -686,7 +686,7 @@ > </File> <File - RelativePath="..\..\scummvm.rc" + RelativePath="..\..\dists\scummvm.rc" > </File> </Filter> diff --git a/dists/scummvm.rc b/dists/scummvm.rc new file mode 100644 index 0000000000..a18e4bd76f --- /dev/null +++ b/dists/scummvm.rc @@ -0,0 +1,37 @@ +#include "winresrc.h" + +IDI_ICON ICON DISCARDABLE "icons/scummvm.ico" + +VS_VERSION_INFO VERSIONINFO + FILEVERSION 0,9,0,0 + PRODUCTVERSION 0,9,0,0 + FILEFLAGSMASK 0x3fL +#ifdef _DEBUG + FILEFLAGS 0x1L +#else + FILEFLAGS 0x0L +#endif + FILEOS 0x40004L + FILETYPE 0x1L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904b0" + BEGIN + VALUE "Comments", "Look! A three headed monkey (TM)! .. Nice use of the TM!\0" + VALUE "FileDescription", "http://www.scummvm.org/\0" + VALUE "FileVersion", "0.9.0svn\0" + VALUE "InternalName", "scummvm\0" + VALUE "LegalCopyright", "Copyright © 2001-2006 The ScummVM Team\0" + VALUE "LegalTrademarks", "'SCUMM', and all SCUMM games are a TM of LucasArts. Simon The Sorcerer is a TM of AdventureSoft. Beneath a Steel Sky and Broken Sword are a TM of Revolution. Flight of the Amazon Queen is a TM of John Passfield and Steve Stamatiadis. \0" + VALUE "OriginalFilename", "scummvm.exe\0" + VALUE "ProductName", "ScummVM\0" + VALUE "ProductVersion", "0.9.0svn\0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x409, 1200 + END +END diff --git a/dists/scummvm.rc.in b/dists/scummvm.rc.in new file mode 100644 index 0000000000..6cc4818be0 --- /dev/null +++ b/dists/scummvm.rc.in @@ -0,0 +1,37 @@ +#include "winresrc.h" + +IDI_ICON ICON DISCARDABLE "icons/scummvm.ico" + +VS_VERSION_INFO VERSIONINFO + FILEVERSION @VER_MAJOR@,@VER_MINOR@,@VER_PATCH@,0 + PRODUCTVERSION @VER_MAJOR@,@VER_MINOR@,@VER_PATCH@,0 + FILEFLAGSMASK 0x3fL +#ifdef _DEBUG + FILEFLAGS 0x1L +#else + FILEFLAGS 0x0L +#endif + FILEOS 0x40004L + FILETYPE 0x1L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904b0" + BEGIN + VALUE "Comments", "Look! A three headed monkey (TM)! .. Nice use of the TM!\0" + VALUE "FileDescription", "http://www.scummvm.org/\0" + VALUE "FileVersion", "@VERSION@\0" + VALUE "InternalName", "scummvm\0" + VALUE "LegalCopyright", "Copyright © 2001-2005 The ScummVM Team\0" + VALUE "LegalTrademarks", "'SCUMM', and all SCUMM games are a TM of LucasArts. Simon The Sorcerer is a TM of AdventureSoft. Beneath a Steel Sky and Broken Sword are a TM of Revolution. Flight of the Amazon Queen is a TM of John Passfield and Steve Stamatiadis. \0" + VALUE "OriginalFilename", "scummvm.exe\0" + VALUE "ProductName", "ScummVM\0" + VALUE "ProductVersion", "@VERSION@\0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x409, 1200 + END +END |
