diff options
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 96 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 1 | ||||
-rw-r--r-- | emulators/wine-devel/files/README.patch | 20 | ||||
-rw-r--r-- | emulators/wine-devel/files/install-patch-3.3-sys-sigtrap | 30 | ||||
-rw-r--r-- | emulators/wine-devel/files/patch-ad | 27 | ||||
-rw-r--r-- | emulators/wine-devel/files/patch-ar | 11 | ||||
-rw-r--r-- | emulators/wine-devel/files/patch-ba | 25 | ||||
-rw-r--r-- | emulators/wine-devel/files/patch-gb | 10 | ||||
-rw-r--r-- | emulators/wine-devel/files/patch-gd | 8 | ||||
-rw-r--r-- | emulators/wine-devel/files/patch-ge | 24 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-comment | 1 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-descr | 18 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-message | 13 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 327 |
14 files changed, 0 insertions, 611 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile deleted file mode 100644 index 1d20ba152524..000000000000 --- a/emulators/wine-devel/Makefile +++ /dev/null @@ -1,96 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: wine -# Date created: Sa 9 Nov 1996 00:52:22 MET -# Whom: se -# -# $FreeBSD$ -# - -PORTNAME= wine -PORTVERSION= 2000.10.26 -CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= ALPHA/wine/development -DISTNAME= Wine-${PORTVERSION:S/.//g} - -MAINTAINER= pfeifer@dbai.tuwien.ac.at - -WRKSRC= ${WRKDIR}/wine-${PORTVERSION:S/.//g} -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-opengl -CONFIGURE_ENV= LIBS=-Wl,-rpath,${PREFIX}/lib/wine -INSTALLS_SHLIB= yes -LDCONFIG_DIRS= %%PREFIX%%/lib/wine -MAN1= wine.1 -MAN5= wine.conf.5 -ONLY_FOR_ARCHS= i386 -USE_BISON= yes -USE_XPM= yes -USE_MESA= yes - -.if !defined(NDEBUG) -STRIP= -CFLAGS+= -g -.else -pre-extract: - @${ECHO} "NDEBUG has been set, building without debug info..." - @${ECHO} "This will save diskspace but it makes debugging harder." - @${ECHO} "If for example wine crashes and you would like to send" - @${ECHO} "the backtrace it then dumps to the developers (or" - @${ECHO} "comp.emulators.ms-windows.wine) it will be much more useful" - @${ECHO} "to them if you first rebuild without this and generate it again." - @${ECHO} "(If you're _not_ low on diskspace there is not really a reason to" - @${ECHO} "use this flag, the resulting wine won't use more VM or anything like" - @${ECHO} "that when running, only when it has to enter the debugger...)" -.endif - -post-patch: - @${PERL} -pi.sofix -e 's/SOVERSION = 1.0/SOVERSION = 1/g' \ - ${WRKSRC}/Makefile.in - @${PERL} -pi.sofix -e 's/SOVERSION = 1.0/SOVERSION = 1/g' \ - ${WRKSRC}/unicode/Makefile.in -.for D in advapi32 avifil32 comctl32 commdlg crtdll dciman32 ddraw dinput dplay dplayx dsound gdi icmp imagehlp imm32 kernel lzexpand mpr msacm msnet32 msvideo odbc32 ole32 oleaut32 olecli oledlg olepro32 olesvr opengl32 psapi rasapi32 richedit rpcrt4 serialui setupapi shell32 shfolder shlwapi tapi32 ttydrv urlmon user version win32s winaspi wineps wininet winmm winmm/joystick winmm/mcianim winmm/mciavi winmm/mcicda winmm/mciseq winmm/mciwave winmm/midimap winmm/wavemap winmm/wineoss winsock winspool wow32 wsock32 x11drv - @${PERL} -pi.sofix -e 's/SOVERSION = 1.0/SOVERSION = 1/g' \ - ${WRKSRC}/dlls/${D}/Makefile.in -.endfor - -post-configure: - cd ${WRKSRC} && make depend - -post-build: - cd ${WRKSRC}/programs/regapi && ${MAKE} - ${SED} '1s/bash/sh/;s-\./\(reg.*\.pl\)-'${PREFIX}/lib/wine/reg/'\1-' <${WRKSRC}/programs/regapi/regSet.sh >${WRKDIR}/regSet.sh - -do-install: - cd ${WRKSRC} && ${MAKE} install - ${INSTALL_SCRIPT} ${WRKDIR}/regSet.sh ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf.sample - [ -f ${PREFIX}/etc/wine.conf ] \ - || ${INSTALL_DATA} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf -.if !defined(NOPORTDOCS) - ${INSTALL_DATA} ${WRKSRC}/documentation/wine.man ${PREFIX}/man/man1/wine.1 - ${INSTALL_DATA} ${WRKSRC}/documentation/wine.conf.man ${PREFIX}/man/man5/wine.conf.5 - -@${MKDIR} ${PREFIX}/lib/wine/documentation ${PREFIX}/lib/wine/reg 2>/dev/null -.for i in README ANNOUNCE AUTHORS LICENSE WARRANTY documentation/psdrv.reg - ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/lib/wine/documentation -.endfor - ${INSTALL_DATA} ${WRKSRC}/debugger/README \ - ${PREFIX}/lib/wine/documentation/README.debugger - ${INSTALL_DATA} ${WRKSRC}/programs/regapi/README \ - ${PREFIX}/lib/wine/documentation/README.regapi -.endif - ${INSTALL_SCRIPT} ${WRKSRC}/tools/bug_report.pl \ - ${PREFIX}/lib/wine - ${INSTALL_SCRIPT} \ - ${WRKSRC}/programs/regapi/regFixer.pl \ - ${WRKSRC}/programs/regapi/regRestorer.pl \ - ${PREFIX}/lib/wine/reg - ${INSTALL_DATA} ${FILESDIR}/README.patch \ - ${PREFIX}/lib/wine - ${INSTALL_DATA} ${FILESDIR}/install-patch-3.3-sys-sigtrap \ - ${PREFIX}/lib/wine/patch-3.3-sys-sigtrap - ${INSTALL_DATA} ${WRKSRC}/winedefault.reg ${PREFIX}/lib/wine - ${ECHO} - @${SED} s+%%PREFIX%%+${PREFIX}+g <${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo deleted file mode 100644 index 3b2194d4b05e..000000000000 --- a/emulators/wine-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Wine-20001026.tar.gz) = 933381f05b75ace29931b04e27e6432b diff --git a/emulators/wine-devel/files/README.patch b/emulators/wine-devel/files/README.patch deleted file mode 100644 index bfa3c615057e..000000000000 --- a/emulators/wine-devel/files/README.patch +++ /dev/null @@ -1,20 +0,0 @@ -Here are some patches for FreeBSD's kernel that are necessary for Wine -(Well not strictly _necessary_ but without them parts of it won't work). -They unfortunately didn't make it into the base distribution in time -for the 3.3 release code freeze... - -patch-3.3-sys-sigtrap: -stop wine's SIGTRAP handler from being called in the sigreturn syscall, -causing problems for wine's internal debugger. (It would still -correctly show a crash backtrace but all commands that use single- -stepping failed.) - -Apply as follows: - - (cd /usr/src/sys && patch ) <patch-3.3-sys-sigtrap - -and build a new kernel. (Don't forget to include the options USER_LDT, -SYSVSHM, SYSVSEM, and SYSVMSG which are required by Wine.) - -4.x users: The sigtrap patch looks like it could also apply to 4.x but I -haven't tried. diff --git a/emulators/wine-devel/files/install-patch-3.3-sys-sigtrap b/emulators/wine-devel/files/install-patch-3.3-sys-sigtrap deleted file mode 100644 index e3004884fd29..000000000000 --- a/emulators/wine-devel/files/install-patch-3.3-sys-sigtrap +++ /dev/null @@ -1,30 +0,0 @@ -Index: i386/i386/trap.c -=================================================================== -RCS file: /home/cvs/cvs/src/sys/i386/i386/trap.c,v -retrieving revision 1.133.2.1 -diff -u -u -r1.133.2.1 trap.c ---- trap.c 1999/08/29 16:05:56 1.133.2.1 -+++ trap.c 1999/09/10 14:42:21 -@@ -1041,6 +1084,7 @@ - int error; - int args[8]; - u_int code; -+ int tracedsyscall = ((frame.tf_eflags & PSL_T) && !(frame.tf_eflags & PSL_VM)); - - #ifdef DIAGNOSTIC - if (ISPL(frame.tf_cs) != SEL_UPL) -@@ -1135,10 +1179,12 @@ - break; - } - -- if ((frame.tf_eflags & PSL_T) && !(frame.tf_eflags & PSL_VM)) { -+ if (tracedsyscall) { - /* Traced syscall. */ - frame.tf_eflags &= ~PSL_T; -- trapsignal(p, SIGTRAP, 0); -+ /* tell the signal handler this is a trace trap */ -+ frame.tf_trapno = T_TRCTRAP; -+ trapsignal(p, SIGTRAP, T_TRCTRAP); - } - - userret(p, &frame, sticks); diff --git a/emulators/wine-devel/files/patch-ad b/emulators/wine-devel/files/patch-ad deleted file mode 100644 index d309001ef307..000000000000 --- a/emulators/wine-devel/files/patch-ad +++ /dev/null @@ -1,27 +0,0 @@ -*** wine.ini.orig Sun Oct 31 03:23:49 1999 ---- wine.ini Sat Nov 13 13:36:18 1999 -*************** -*** 107,117 **** - - [serialports] -! Com1=/dev/ttyS0 -! Com2=/dev/ttyS1 - Com3=/dev/modem,38400 - Com4=/dev/modem - - [parallelports] -! Lpt1=/dev/lp0 - - [spooler] ---- 107,117 ---- - - [serialports] -! Com1=/dev/ttyd0 -! Com2=/dev/ttyd1 - Com3=/dev/modem,38400 - Com4=/dev/modem - - [parallelports] -! Lpt1=/dev/lpt0 - - [spooler] diff --git a/emulators/wine-devel/files/patch-ar b/emulators/wine-devel/files/patch-ar deleted file mode 100644 index 715b693ba449..000000000000 --- a/emulators/wine-devel/files/patch-ar +++ /dev/null @@ -1,11 +0,0 @@ -*** configure~ Mon Apr 26 16:58:58 1999 ---- configure Mon May 3 22:05:42 1999 -*************** -*** 9,12 **** ---- 9,14 ---- - # gives unlimited permission to copy, distribute and modify it. - -+ exec < /dev/null -+ - # Defaults: - ac_help= diff --git a/emulators/wine-devel/files/patch-ba b/emulators/wine-devel/files/patch-ba deleted file mode 100644 index 664cf844b121..000000000000 --- a/emulators/wine-devel/files/patch-ba +++ /dev/null @@ -1,25 +0,0 @@ -Index: Make.rules.in -=================================================================== -RCS file: /home/wine/wine/Make.rules.in,v -retrieving revision 1.17 -diff -u -u -r1.17 Make.rules.in ---- Make.rules.in 1999/08/15 12:45:53 1.17 -+++ Make.rules.in 1999/09/24 23:39:10 -@@ -21,7 +21,7 @@ - CC = @CC@ - CPP = @CPP@ - CFLAGS = @CFLAGS@ --OPTIONS = @OPTIONS@ -D_REENTRANT -+OPTIONS = @OPTIONS@ -D_REENTRANT -D_THREAD_SAFE - X_CFLAGS = @X_CFLAGS@ - X_LIBS = @X_LIBS@ - XLIB = @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@ -@@ -69,7 +69,7 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - bindir = @bindir@ --libdir = @libdir@ -+libdir = @libdir@/wine - infodir = @infodir@ - mandir = @mandir@ - prog_manext = 1 diff --git a/emulators/wine-devel/files/patch-gb b/emulators/wine-devel/files/patch-gb deleted file mode 100644 index f4f61092aa7d..000000000000 --- a/emulators/wine-devel/files/patch-gb +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.in.old Tue Jul 18 18:36:26 2000 -+++ Makefile.in Tue Jul 18 18:36:36 2000 -@@ -147,7 +147,6 @@ - [ -d $(bindir) ] || $(MKDIR) $(bindir) - $(INSTALL_PROGRAM) wine $(bindir)/wine - $(INSTALL_PROGRAM) loader/dos/dosmod $(bindir)/dosmod -- -$(LDCONFIG) - - uninstall:: $(INSTALLSUBDIRS:%=%/__uninstall__) - cd $(libdir) && $(RM) libwine.a libwine.so libwine.so.$(SOVERSION) diff --git a/emulators/wine-devel/files/patch-gd b/emulators/wine-devel/files/patch-gd deleted file mode 100644 index fcba3c077b49..000000000000 --- a/emulators/wine-devel/files/patch-gd +++ /dev/null @@ -1,8 +0,0 @@ ---- console/ncurses.c~ Sat Jun 17 01:39:59 2000 -+++ console/ncurses.c Sat Jun 17 01:34:56 2000 -@@ -30,4 +30,5 @@ - #ifdef HAVE_NCURSES_H - # include <ncurses.h> -+# undef trace - #else - # ifdef HAVE_CURSES_H diff --git a/emulators/wine-devel/files/patch-ge b/emulators/wine-devel/files/patch-ge deleted file mode 100644 index b40f48d4d9d7..000000000000 --- a/emulators/wine-devel/files/patch-ge +++ /dev/null @@ -1,24 +0,0 @@ -Index: dlls/Makedll.rules.in -=================================================================== -RCS file: /home/wine/wine/dlls/Makedll.rules.in,v -retrieving revision 1.6 -diff -c -3 -p -r1.6 Makedll.rules.in -*** Makedll.rules.in 2000/08/03 00:04:24 1.6 ---- Makedll.rules.in 2000/10/13 18:30:44 -*************** all: lib$(MODULE).$(LIBEXT) $(ALTNAMES:% -*** 25,31 **** - # Rules for .so files - - lib$(MODULE).so.$(SOVERSION): $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in -! $(LDSHARED) $(OBJS) -o $@ -L$(DLLDIR) $(IMPORTS:%=-l%) $(EXTRALIBS) - - $(ALLNAMES): lib$(MODULE).so.$(SOVERSION) - $(RM) $@ && $(LN_S) lib$(MODULE).so.$(SOVERSION) $@ ---- 25,31 ---- - # Rules for .so files - - lib$(MODULE).so.$(SOVERSION): $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in -! $(LDSHARED) $(OBJS) -o $@ -L$(DLLDIR) $(IMPORTS:%=-l%) $(EXTRALIBS) -lgcc_pic - - $(ALLNAMES): lib$(MODULE).so.$(SOVERSION) - $(RM) $@ && $(LN_S) lib$(MODULE).so.$(SOVERSION) $@ diff --git a/emulators/wine-devel/pkg-comment b/emulators/wine-devel/pkg-comment deleted file mode 100644 index 2b65a24a221f..000000000000 --- a/emulators/wine-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -MS-Windows 3.1/95/NT emulator for Unix (Alpha release) diff --git a/emulators/wine-devel/pkg-descr b/emulators/wine-devel/pkg-descr deleted file mode 100644 index 17fe9d8f2368..000000000000 --- a/emulators/wine-devel/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -Wine is a Windows emulator running under Unix on i386 (and higher) CPUs. -It is still Alpha quality; i.e. don't expect it to run your typical large -MS-Windows application package, but it is definitely on its way ... - -To use Wine, your kernel must be rebuilt with the following lines added -to your kernel config file (/sys/i386/conf/<YourMachine>): - -options USER_LDT -options SYSVSHM -options SYSVSEM -options SYSVMSG - -Wine relies on the configuration file /usr/local/etc/wine.conf to -contain valid assignments of Unix directories to DOS drive letters, -and for certain other options (see "man wine" for details). -You will most probably have to to edit it, after the install ... - -WWW: http://www.winehq.com/ diff --git a/emulators/wine-devel/pkg-message b/emulators/wine-devel/pkg-message deleted file mode 100644 index 48ae6938bf4e..000000000000 --- a/emulators/wine-devel/pkg-message +++ /dev/null @@ -1,13 +0,0 @@ -In order to use wine you need to build and install a new kernel with -options USER_LDT, SYSVSHM, SYSVSEM, and SYSVMSG. Before you do that, -you may want to apply the patches in %%PREFIX%%/lib/wine to your -kernel sources, see the README.patch there. - -And the port now also installs some of wine's doc files which -describe additional things that are not in the manual pages, see -%%PREFIX%%/lib/wine/documentation. There are more in the source tree -but the others are only useful in conjunction with the rest of the -source tree, and then you can as well look at them there. (If you -just installed this as a package and don't know how to use the ports -system to have it fetch and extract the source for you have a look at -<http://www.freebsd.org/handbook/ports.html>.) diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist deleted file mode 100644 index 81736d4d2a22..000000000000 --- a/emulators/wine-devel/pkg-plist +++ /dev/null @@ -1,327 +0,0 @@ -bin/wine -bin/winebuild -bin/wineclipsrv -bin/winedbg -bin/wineserver -bin/regSet.sh -etc/wine.conf.sample -include/wine/basetsd.h -include/wine/cderr.h -include/wine/cguid.h -include/wine/commctrl.h -include/wine/commdlg.h -include/wine/compobj.h -include/wine/d3d.h -include/wine/d3dcaps.h -include/wine/d3dtypes.h -include/wine/d3dvec.inl -include/wine/dde.h -include/wine/ddeml.h -include/wine/ddraw.h -include/wine/digitalv.h -include/wine/dinput.h -include/wine/dispdib.h -include/wine/dlgs.h -include/wine/docobj.h -include/wine/dplay.h -include/wine/dplobby.h -include/wine/dsound.h -include/wine/guiddef.h -include/wine/imagehlp.h -include/wine/imm.h -include/wine/initguid.h -include/wine/instance.h -include/wine/lmcons.h -include/wine/lzexpand.h -include/wine/mapidefs.h -include/wine/mcx.h -include/wine/mmreg.h -include/wine/mmsystem.h -include/wine/msacm.h -include/wine/ntsecapi.h -include/wine/oaidl.h -include/wine/objbase.h -include/wine/objidl.h -include/wine/ocidl.h -include/wine/ole2.h -include/wine/ole2ver.h -include/wine/oleauto.h -include/wine/olectl.h -include/wine/oledlg.h -include/wine/oleidl.h -include/wine/poppack.h -include/wine/prsht.h -include/wine/psapi.h -include/wine/pshpack1.h -include/wine/pshpack2.h -include/wine/pshpack4.h -include/wine/pshpack8.h -include/wine/ras.h -include/wine/regstr.h -include/wine/richedit.h -include/wine/rpc.h -include/wine/servprov.h -include/wine/shellapi.h -include/wine/shlguid.h -include/wine/shlobj.h -include/wine/shlwapi.h -include/wine/sql.h -include/wine/sqlext.h -include/wine/sqltypes.h -include/wine/storage.h -include/wine/tapi.h -include/wine/tlhelp32.h -include/wine/unknwn.h -include/wine/urlmon.h -include/wine/ver.h -include/wine/vfw.h -include/wine/winbase.h -include/wine/wincon.h -include/wine/wincrypt.h -include/wine/windef.h -include/wine/windows.h -include/wine/windowsx.h -include/wine/winerror.h -include/wine/wingdi.h -include/wine/wininet.h -include/wine/winioctl.h -include/wine/winnetwk.h -include/wine/winnls.h -include/wine/winnt.h -include/wine/winreg.h -include/wine/winresrc.h -include/wine/winsock.h -include/wine/winsock2.h -include/wine/winspool.h -include/wine/winsvc.h -include/wine/winuser.h -include/wine/winver.h -include/wine/wownt32.h -include/wine/wnaspi32.h -include/wine/wtypes.h -include/wine/zmouse.h -include/wine/wine/exception.h -include/wine/wine/icmpapi.h -include/wine/wine/ipexport.h -include/wine/wine/obj_base.h -include/wine/wine/obj_cache.h -include/wine/wine/obj_channel.h -include/wine/wine/obj_clientserver.h -include/wine/wine/obj_commdlgbrowser.h -include/wine/wine/obj_connection.h -include/wine/wine/obj_contextmenu.h -include/wine/wine/obj_control.h -include/wine/wine/obj_dataobject.h -include/wine/wine/obj_dockingwindowframe.h -include/wine/wine/obj_dragdrop.h -include/wine/wine/obj_enumidlist.h -include/wine/wine/obj_errorinfo.h -include/wine/wine/obj_extracticon.h -include/wine/wine/obj_inplace.h -include/wine/wine/obj_marshal.h -include/wine/wine/obj_misc.h -include/wine/wine/obj_moniker.h -include/wine/wine/obj_oleaut.h -include/wine/wine/obj_olefont.h -include/wine/wine/obj_oleobj.h -include/wine/wine/obj_oleundo.h -include/wine/wine/obj_oleview.h -include/wine/wine/obj_picture.h -include/wine/wine/obj_property.h -include/wine/wine/obj_propertystorage.h -include/wine/wine/obj_queryassociations.h -include/wine/wine/obj_shellbrowser.h -include/wine/wine/obj_shellextinit.h -include/wine/wine/obj_shellfolder.h -include/wine/wine/obj_shelllink.h -include/wine/wine/obj_shellview.h -include/wine/wine/obj_storage.h -include/wine/wine/unicode.h -lib/wine/README.patch -lib/wine/patch-3.3-sys-sigtrap -lib/wine/winedefault.reg -lib/wine/bug_report.pl -lib/wine/reg/regFixer.pl -lib/wine/reg/regRestorer.pl -lib/wine/documentation/ANNOUNCE -lib/wine/documentation/AUTHORS -lib/wine/documentation/LICENSE -lib/wine/documentation/WARRANTY -lib/wine/documentation/README -lib/wine/documentation/psdrv.reg -lib/wine/documentation/README.debugger -lib/wine/documentation/README.regapi -lib/wine/libadvapi32.so -lib/wine/libadvapi32.so.1 -lib/wine/libavifil32.so -lib/wine/libavifil32.so.1 -lib/wine/libavifile.so -lib/wine/libcomctl32.so -lib/wine/libcomctl32.so.1 -lib/wine/libcomdlg32.so -lib/wine/libcomdlg32.so.1 -lib/wine/libcomm.so -lib/wine/libcommdlg.so -lib/wine/libcompobj.so -lib/wine/libcrtdll.so -lib/wine/libcrtdll.so.1 -lib/wine/libdciman32.so -lib/wine/libdciman32.so.1 -lib/wine/libddeml.so -lib/wine/libddraw.so -lib/wine/libddraw.so.1 -lib/wine/libdinput.so -lib/wine/libdinput.so.1 -lib/wine/libdispdib.so -lib/wine/libdisplay.so -lib/wine/libdplay.so -lib/wine/libdplay.so.1 -lib/wine/libdplayx.so -lib/wine/libdplayx.so.1 -lib/wine/libdsound.so -lib/wine/libdsound.so.1 -lib/wine/libgdi.so -lib/wine/libgdi32.so -lib/wine/libgdi32.so.1 -lib/wine/libicmp.so -lib/wine/libicmp.so.1 -lib/wine/libimagehlp.so -lib/wine/libimagehlp.so.1 -lib/wine/libimm32.so -lib/wine/libimm32.so.1 -lib/wine/libjoystick.drv.so -lib/wine/libjoystick.drv.so.1 -lib/wine/libkernel.so -lib/wine/libkernel32.so -lib/wine/libkernel32.so.1 -lib/wine/libkeyboard.so -lib/wine/liblz32.so -lib/wine/liblz32.so.1 -lib/wine/liblzexpand.so -lib/wine/libmcianim.drv.so -lib/wine/libmcianim.drv.so.1 -lib/wine/libmciavi.drv.so -lib/wine/libmciavi.drv.so.1 -lib/wine/libmcicda.drv.so -lib/wine/libmcicda.drv.so.1 -lib/wine/libmciseq.drv.so -lib/wine/libmciseq.drv.so.1 -lib/wine/libmciwave.drv.so -lib/wine/libmciwave.drv.so.1 -lib/wine/libmidimap.drv.so -lib/wine/libmidimap.drv.so.1 -lib/wine/libmmsystem.so -lib/wine/libmouse.so -lib/wine/libmpr.so -lib/wine/libmpr.so.1 -lib/wine/libmsacm.drv.so -lib/wine/libmsacm.drv.so.1 -lib/wine/libmsacm.so -lib/wine/libmsacm32.so -lib/wine/libmsacm32.so.1 -lib/wine/libmsnet32.so -lib/wine/libmsnet32.so.1 -lib/wine/libmsvfw32.so -lib/wine/libmsvfw32.so.1 -lib/wine/libmsvideo.so -lib/wine/libodbc32.so -lib/wine/libodbc32.so.1 -lib/wine/libole2.so -lib/wine/libole2conv.so -lib/wine/libole2disp.so -lib/wine/libole2nls.so -lib/wine/libole2prox.so -lib/wine/libole2thk.so -lib/wine/libole32.so -lib/wine/libole32.so.1 -lib/wine/liboleaut32.so -lib/wine/liboleaut32.so.1 -lib/wine/libolecli.so -lib/wine/libolecli32.so -lib/wine/libolecli32.so.1 -lib/wine/liboledlg.so -lib/wine/liboledlg.so.1 -lib/wine/libolepro32.so -lib/wine/libolepro32.so.1 -lib/wine/libolesvr.so -lib/wine/libolesvr32.so -lib/wine/libolesvr32.so.1 -lib/wine/libpsapi.so -lib/wine/libpsapi.so.1 -lib/wine/librasapi16.so -lib/wine/librasapi32.so -lib/wine/librasapi32.so.1 -lib/wine/libriched32.so -lib/wine/libriched32.so.1 -lib/wine/librpcrt4.so -lib/wine/librpcrt4.so.1 -lib/wine/libserialui.so -lib/wine/libserialui.so.1 -lib/wine/libsetupapi.so -lib/wine/libsetupapi.so.1 -lib/wine/libsetupx.so -lib/wine/libshell.so -lib/wine/libshell32.so -lib/wine/libshell32.so.1 -lib/wine/libshfolder.so -lib/wine/libshfolder.so.1 -lib/wine/libshlwapi.so -lib/wine/libshlwapi.so.1 -lib/wine/libsound.so -lib/wine/libstorage.so -lib/wine/libstress.so -lib/wine/libsystem.so -lib/wine/libtapi32.so -lib/wine/libtapi32.so.1 -lib/wine/libtoolhelp.so -lib/wine/libttydrv.so -lib/wine/libttydrv.so.1 -lib/wine/libtypelib.so -lib/wine/liburlmon.so -lib/wine/liburlmon.so.1 -lib/wine/libuser.so -lib/wine/libuser32.so -lib/wine/libuser32.so.1 -lib/wine/libver.so -lib/wine/libversion.so -lib/wine/libversion.so.1 -lib/wine/libw32skrnl.so -lib/wine/libw32skrnl.so.1 -lib/wine/libw32sys.so -lib/wine/libwin32s16.so -lib/wine/libwin87em.so -lib/wine/libwinaspi.so -lib/wine/libwindebug.so -lib/wine/libwine.so.1 -lib/wine/libwineoss.drv.so -lib/wine/libwineoss.drv.so.1 -lib/wine/libwineps.so -lib/wine/libwineps.so.1 -lib/wine/libwineps16.so -lib/wine/libwing.so -lib/wine/libwininet.so -lib/wine/libwininet.so.1 -lib/wine/libwinmm.so -lib/wine/libwinmm.so.1 -lib/wine/libwinsock.so -lib/wine/libws2_32.so -lib/wine/libws2_32.so.1 -lib/wine/libwine.so -lib/wine/libwine_unicode.so -lib/wine/libwine_unicode.so.1 -lib/wine/libwinspool.drv.so -lib/wine/libwinspool.drv.so.1 -lib/wine/libwnaspi32.so -lib/wine/libwnaspi32.so.1 -lib/wine/libwow32.so -lib/wine/libwow32.so.1 -lib/wine/libwprocs.so -lib/wine/libwsock32.so -lib/wine/libwsock32.so.1 -lib/wine/libx11drv.so -lib/wine/libx11drv.so.1 -@dirrm include/wine/wine -@dirrm include/wine -@dirrm lib/wine/reg -@dirrm lib/wine/documentation -@dirrm lib/wine |