From 76069dab593234ca2b9749f425851e96cb00eb47 Mon Sep 17 00:00:00 2001 From: michaelstather <> Date: Mon, 3 Apr 2006 19:55:55 +0000 Subject: [PATCH] The new build system for d1x (readme changed) --- arch/win32/d1x_res.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/win32/d1x_res.rc b/arch/win32/d1x_res.rc index a50db6960..c691911eb 100755 --- a/arch/win32/d1x_res.rc +++ b/arch/win32/d1x_res.rc @@ -2,7 +2,7 @@ // #include "resource.h" -IDI_MAIN_ICON ICON "d1x.ico" +#IDI_MAIN_ICON ICON "d1x.ico" //version stuff doesn't seem to work with windres anyway @@ -30,7 +30,7 @@ BEGIN VALUE "FileDescription", "D1x win32.\000" VALUE "FileVersion", "1.41\000" VALUE "InternalName", "d1x\000" - VALUE "LegalCopyright", "Copyright © Parallax, D1x Project, other.s\000" + VALUE "LegalCopyright", "Copyright Parallax, D1x Project, other.s\000" VALUE "OriginalFilename", "d1x_hraomeu.exe\000" VALUE "ProductName","d1x\000" VALUE "ProductVersion","1.41\000"