Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbseifert <none@none>2004-01-11 12:25:14 +0300
committerbseifert <none@none>2004-01-11 12:25:14 +0300
commit2f0ee94f846241baa0cf800f76bd666da2833c85 (patch)
tree2d28fdcc9da7f1e363a9f46cfc8920d040847cf4 /wdsr0407
parent72e02be187a8f4977a2dfc187515fd6be63e15cf (diff)
Added rc2 files.
Diffstat (limited to 'wdsr0407')
-rw-r--r--wdsr0407/res/windirstat.rc265
-rw-r--r--wdsr0407/wdsr0407.vcproj3
-rw-r--r--wdsr0407/windirstat.rc41
3 files changed, 70 insertions, 39 deletions
diff --git a/wdsr0407/res/windirstat.rc2 b/wdsr0407/res/windirstat.rc2
new file mode 100644
index 0000000..289833f
--- /dev/null
+++ b/wdsr0407/res/windirstat.rc2
@@ -0,0 +1,65 @@
+// windirstat.rc2 - resources Microsoft Visual C++ does not edit directly
+//
+// WinDirStat - Directory Statistics
+// Copyright (C) 2003-2004 Bernhard Seifert
+//
+// This program is free software; you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation; either version 2 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+// Author: bseifert@users.sourceforge.net, bseifert@daccord.net
+
+
+#ifdef APSTUDIO_INVOKED
+#error this file is not editable by Microsoft Visual C++
+#endif //APSTUDIO_INVOKED
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// wdsr0407.dll - Version
+//
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION VN_MAJOR,VN_MINOR,VN_REVISION,VN_BUILD
+ PRODUCTVERSION VN_MAJOR,VN_MINOR,VN_REVISION,VN_BUILD
+ FILEFLAGSMASK 0x3fL
+#ifdef _DEBUG
+ FILEFLAGS 0x1L + VN_FILEFLAG
+#else
+ FILEFLAGS 0x0L + VN_FILEFLAG
+#endif
+ FILEOS 0x4L
+ FILETYPE VFT_DLL
+ FILESUBTYPE 0x0L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904e4"
+ BEGIN
+ VALUE "CompanyName", "Seifert"
+ VALUE "FileDescription", "WinDirStat German Resources"
+ VALUE "FileVersion", VN_STRING
+ VALUE "InternalName", "wdsr0407"
+ VALUE "LegalCopyright", "Copyright (c) 2003-2004 Bernhard Seifert"
+ VALUE "OriginalFilename", "wdsr0407.dll"
+ VALUE "ProductName", "WinDirStat"
+ VALUE "ProductVersion", VN_STRING
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x407, 1252
+ END
+END
+
+
diff --git a/wdsr0407/wdsr0407.vcproj b/wdsr0407/wdsr0407.vcproj
index 4c62658..6928b6b 100644
--- a/wdsr0407/wdsr0407.vcproj
+++ b/wdsr0407/wdsr0407.vcproj
@@ -242,6 +242,9 @@
<File
RelativePath=".\windirstat.rc">
</File>
+ <File
+ RelativePath=".\res\windirstat.rc2">
+ </File>
</Filter>
</Files>
<Globals>
diff --git a/wdsr0407/windirstat.rc b/wdsr0407/windirstat.rc
index 71d3b92..b53b100 100644
--- a/wdsr0407/windirstat.rc
+++ b/wdsr0407/windirstat.rc
@@ -49,6 +49,7 @@ BEGIN
"#if !defined(AFX_RESOURCE_DLL)\r\n"
"LANGUAGE 7, 1\r\n"
"#pragma code_page(1252)\r\n"
+ "#include ""res\\windirstat.rc2""\r\n"
"#include ""afxres.rc"" // Standard components\r\n"
"\r\n"
"#endif\r\n"
@@ -846,45 +847,6 @@ END
#endif // German (Germany) resources
/////////////////////////////////////////////////////////////////////////////
-/////////////////////////////////////////////////////////////////////////////
-//
-// Version
-//
-
-VS_VERSION_INFO VERSIONINFO
- FILEVERSION VN_MAJOR,VN_MINOR,VN_REVISION,VN_BUILD
- PRODUCTVERSION VN_MAJOR,VN_MINOR,VN_REVISION,VN_BUILD
- FILEFLAGSMASK 0x3fL
-#ifdef _DEBUG
- FILEFLAGS 0x1L + VN_FILEFLAG
-#else
- FILEFLAGS 0x0L + VN_FILEFLAG
-#endif
- FILEOS 0x4L
- FILETYPE VFT_DLL
- FILESUBTYPE 0x0L
-BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- BLOCK "040904e4"
- BEGIN
- VALUE "CompanyName", "Seifert"
- VALUE "FileDescription", "WinDirStat German Resources"
- VALUE "FileVersion", VN_STRING
- VALUE "InternalName", "wdsr0407"
- VALUE "LegalCopyright", "Copyright (c) 2003-2004 Bernhard Seifert"
- VALUE "OriginalFilename", "wdsr0407.dll"
- VALUE "ProductName", "WinDirStat"
- VALUE "ProductVersion", VN_STRING
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x407, 1252
- END
-END
-
-
#ifndef APSTUDIO_INVOKED
@@ -899,6 +861,7 @@ END
#if !defined(AFX_RESOURCE_DLL)
LANGUAGE 7, 1
#pragma code_page(1252)
+#include "res\windirstat.rc2"
#include "afxres.rc" // Standard components
#endif