[PATCH 1/4] wineaddon.cpl: Added initial Wine Add-ons Manager stub.

Jacek Caban jacek at codeweavers.com
Sat Dec 4 07:13:36 CST 2010


The following series of patches is a first step towards Wine Add-ons 
tool. These patches move Gecko installation to wineaddon.cpl. They do 
nothing about making install code generic nor provide any new GUI yet.
They only place the code in the right place so that it can be improved 
further.

Also, the icon is copied from winecfg.

---
  dlls/wineaddon.cpl/En.rc              |   27 +++
  dlls/wineaddon.cpl/Makefile.in        |   13 ++
  dlls/wineaddon.cpl/main.c             |   93 ++++++++++
  dlls/wineaddon.cpl/resource.h         |   26 +++
  dlls/wineaddon.cpl/rsrc.rc            |   22 +++
  dlls/wineaddon.cpl/wineaddon.cpl.spec |    1 +
  dlls/wineaddon.cpl/wineaddon.svg      |  302 
+++++++++++++++++++++++++++++++++
  7 files changed, 484 insertions(+), 0 deletions(-)
  create mode 100644 dlls/wineaddon.cpl/En.rc
  create mode 100644 dlls/wineaddon.cpl/Makefile.in
  create mode 100644 dlls/wineaddon.cpl/main.c
  create mode 100644 dlls/wineaddon.cpl/resource.h
  create mode 100644 dlls/wineaddon.cpl/rsrc.rc
  create mode 100644 dlls/wineaddon.cpl/wineaddon.cpl.spec
  create mode 100644 dlls/wineaddon.cpl/wineaddon.svg


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-wineaddon.cpl-Added-initial-Wine-Add-ons-Manager-stub.diff
Type: text/x-patch
Size: 54408 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20101204/cd91bfb3/attachment-0001.bin>


More information about the wine-patches mailing list