From 8f40af41b802a4e210c6a4140282853c647ba3a9 Mon Sep 17 00:00:00 2001 From: Rok Mandeljc Date: Wed, 4 Sep 2002 23:30:44 +0000 Subject: [PATCH] Added symlinks for winhelp. --- tools/wineinstall | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/wineinstall b/tools/wineinstall index 754c1f35534..1bbf306e25a 100755 --- a/tools/wineinstall +++ b/tools/wineinstall @@ -83,6 +83,10 @@ # windows partition name in [Drive C] section # it should now almost always find the windows partition and real-windows # registry (if not, let me know) +# Aug 29 2002 - Rok Mandeljc +# -added two symlinks; windows/winhelp.exe and windows/winhlp32.exe because it seems +# that some apps look for winhlp32.exe/winhelp to display help +# #--- defaults (change these if you are a packager) CONFARGS="--enable-opengl" # configure args, e.g. --prefix=/usr --sysconfdir=/etc @@ -203,6 +207,8 @@ function configure_wine_applications { link_app regsvr32 "$CROOT/windows/system32/regsvr32.exe" link_app winemine "$CROOT/windows/system32/winmine.exe" link_app winver "$CROOT/windows/system32/winver.exe" + link_app winhelp "$CROOT/windows/winhelp.exe" + link_app winhelp "$CROOT/windows/winhlp32.exe" } # startup...