From da8831be97a8c4292270607ebe845195ff593a67 Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Sat, 5 Jun 2010 11:08:06 +0100 Subject: [PATCH] iexplore: Renamed iexplore resource file. --- programs/iexplore/Makefile.in | 2 +- programs/iexplore/{version.rc => iexplore.rc} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename programs/iexplore/{version.rc => iexplore.rc} (100%) diff --git a/programs/iexplore/Makefile.in b/programs/iexplore/Makefile.in index 9f2b6532b44..0d12f9083c1 100644 --- a/programs/iexplore/Makefile.in +++ b/programs/iexplore/Makefile.in @@ -10,6 +10,6 @@ IMPORTS = shdocvw user32 gdi32 kernel32 C_SRCS = \ main.c -RC_SRCS = version.rc +RC_SRCS = iexplore.rc @MAKE_PROG_RULES@ diff --git a/programs/iexplore/version.rc b/programs/iexplore/iexplore.rc similarity index 100% rename from programs/iexplore/version.rc rename to programs/iexplore/iexplore.rc