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