[1/10] [try 6] appwiz.cpl: Add skeleton Add/Remove Programs control panel

Owen Rudge owen at owenrudge.net
Thu Jul 24 15:57:28 CDT 2008


Attached is a replacement for part 1 of my appwiz.cpl patch. This 
includes the icons used, instead of referring to the icons in the other 
directories. Loading the icons dynamically was not a particularly 
practical option since two of the three icons belong to other .exe files.

Parts 2 - 10 of the patch remain unchanged from try 5 posted on the 21st 
of July. To avoid cluttering up the list I won't repost these.

---
  Makefile.in                     |    1 +
  configure.ac                    |    1 +
  dlls/Makefile.in                |    1 +
  dlls/appwiz.cpl/En.rc           |   30 ++++++++++++
  dlls/appwiz.cpl/Makefile.in     |   15 ++++++
  dlls/appwiz.cpl/appwiz.c        |  101 
+++++++++++++++++++++++++++++++++++++++
  dlls/appwiz.cpl/appwiz.cpl.spec |    1 +
  dlls/appwiz.cpl/appwiz.ico      |  Bin 0 -> 766 bytes
  dlls/appwiz.cpl/appwiz.rc       |   35 +++++++++++++
  dlls/appwiz.cpl/bin.ico         |  Bin 0 -> 5430 bytes
  dlls/appwiz.cpl/res.h           |   32 ++++++++++++
  dlls/appwiz.cpl/setup.ico       |  Bin 0 -> 15086 bytes
  tools/wine.inf.in               |    1 +
  13 files changed, 218 insertions(+), 0 deletions(-)
  create mode 100644 dlls/appwiz.cpl/En.rc
  create mode 100644 dlls/appwiz.cpl/Makefile.in
  create mode 100644 dlls/appwiz.cpl/appwiz.c
  create mode 100644 dlls/appwiz.cpl/appwiz.cpl.spec
  create mode 100644 dlls/appwiz.cpl/appwiz.ico
  create mode 100644 dlls/appwiz.cpl/appwiz.rc
  create mode 100644 dlls/appwiz.cpl/bin.ico
  create mode 100644 dlls/appwiz.cpl/res.h
  create mode 100644 dlls/appwiz.cpl/setup.ico

-- 
Owen Rudge
http://www.owenrudge.net/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 3d9e4bb8b988d32dd646c982bc2df84b5a6a62d9.diff
Type: text/x-patch
Size: 21549 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080724/1733227f/attachment.bin 


More information about the wine-patches mailing list