Joel Holdsworth : iexplore: Renamed iexplore resource file.
Module: wine Branch: master Commit: da8831be97a8c4292270607ebe845195ff593a67 URL: http://source.winehq.org/git/wine.git/?a=commit;h=da8831be97a8c4292270607ebe... Author: Joel Holdsworth <joel(a)airwebreathe.org.uk> Date: Sat Jun 5 11:08:06 2010 +0100 iexplore: Renamed iexplore resource file. --- programs/iexplore/Makefile.in | 2 +- programs/iexplore/{version.rc => iexplore.rc} | 0 2 files changed, 1 insertions(+), 1 deletions(-) diff --git a/programs/iexplore/Makefile.in b/programs/iexplore/Makefile.in index 9f2b653..0d12f90 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
participants (1)
-
Alexandre Julliard