Peter Dennis Bartok 606e77b01d - Streamlined and cleaned up 22 years ago
..
README 276e9c94d7 - Fixed description for running autoconf 22 years ago
shared-wine-patch 606e77b01d - Streamlined and cleaned up 22 years ago

README

System.Windows.Forms wine-patch README

After applying the patch to wine, run "autoconf" and then
./configure in the wine directory and 'make && make depend && make install'.

Also, once the install is done you will need to create symbolic links for
all the dlls you plan on using in System.Windows.Forms:

cd /usr/local/lib
for i in wine/*dll.so; do ln -s $i lib`basename $i`; done

Peter
[email protected]