Joel Holdsworth : iexplore: Renamed iexplore resource file.

Alexandre Julliard julliard at winehq.org
Mon Jun 7 10:02:19 CDT 2010


Module: wine
Branch: master
Commit: da8831be97a8c4292270607ebe845195ff593a67
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=da8831be97a8c4292270607ebe845195ff593a67

Author: Joel Holdsworth <joel at 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




More information about the wine-cvs mailing list