Browse Source

Update version numbers and copyright notices.
Add true sources for IDE.res so it can be modified properly and regenerated with windres.


git-svn-id: file:///var/svn/tigccpp/trunk/tigcc/ide@722 9552661e-59e3-4036-b4f2-dbe53926924f

kevinkofler 18 years ago
parent
commit
1c6681661d
4 changed files with 32 additions and 2 deletions
  1. 2 2
      IDE.dof
  2. BIN
      IDE.ico
  3. 30 0
      IDE.rc
  4. BIN
      IDE.res

+ 2 - 2
IDE.dof

@@ -128,11 +128,11 @@ CompanyName=TIGCC Team
 FileDescription=TIGCC IDE
 FileVersion=2.9.3.0
 InternalName=IDE
-LegalCopyright=Copyright (c) Sebastian Reichelt, 2000-2005
+LegalCopyright=Copyright (c) Sebastian Reichelt and others, 2000-2006
 LegalTrademarks=
 OriginalFilename=IDE.exe
 ProductName=TIGCC
-ProductVersion=0.96 Beta 6
+ProductVersion=0.96 Beta 7
 Comments=This program is freely distributable under the terms of the GNU General Public License.  It is kept open-source, but please email me at Sebastian@tigcc.ticalc.org if you found a bug or have a patch.
 [HistoryLists\hlConditionals]
 Count=2

BIN
IDE.ico


+ 30 - 0
IDE.rc

@@ -0,0 +1,30 @@
+MAINICON ICON "IDE.ico"
+
+1 VERSIONINFO
+FILEVERSION 2,9,3,0
+PRODUCTVERSION 2,9,3,0
+FILEOS 0x4
+FILETYPE 0x1
+{
+BLOCK "StringFileInfo"
+{
+	BLOCK "04090000"
+	{
+		VALUE "CompanyName", "TIGCC Team"
+		VALUE "FileDescription", "TIGCC IDE"
+		VALUE "FileVersion", "2.9.3.0"
+		VALUE "InternalName", "IDE"
+		VALUE "LegalCopyright", "Copyright (c) Sebastian Reichelt and others, 2000-2006"
+		VALUE "LegalTrademarks", ""
+		VALUE "OriginalFilename", "IDE.exe"
+		VALUE "ProductName", "TIGCC"
+		VALUE "ProductVersion", "0.96 Beta 7"
+		VALUE "Comments", "This program is freely distributable under the terms of the GNU General Public License.  It is kept open-source, but please email me at Sebastian@tigcc.ticalc.org if you found a bug or have a patch."
+	}
+}
+
+BLOCK "VarFileInfo"
+{
+	VALUE "Translation", 0x0409,0x04E4
+}
+}

BIN
IDE.res