From: simon Date: Thu, 28 Dec 2006 15:47:53 +0000 (+0000) Subject: I'm not sure why I added htmlhelp.lib to the PuTTY link lines in X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/977e679596fe480aad46bab99c06998659e4ecaf?hp=9694f3718219a388edcf672fa0a663298bd2475c I'm not sure why I added htmlhelp.lib to the PuTTY link lines in r7000. I was probably half asleep. Actually, it's completely unnecessary to bind to it at link time, because we load it at run time in order to continue working as before on Win95. So I'm removing it again. git-svn-id: svn://svn.tartarus.org/sgt/putty@7030 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/Recipe b/Recipe index 2dcfb9e2..35e0c98c 100644 --- a/Recipe +++ b/Recipe @@ -255,7 +255,7 @@ CHARSET = sbcsdat slookup sbcs utf8 toucs fromucs xenc mimeenc macenc localenc # Standard libraries. LIBS = advapi32.lib user32.lib gdi32.lib comctl32.lib comdlg32.lib - + shell32.lib winmm.lib imm32.lib winspool.lib htmlhelp.lib + + shell32.lib winmm.lib imm32.lib winspool.lib # Network backend sets. This also brings in the relevant attachment # to proxy.c depending on whether we're crypto-avoidant or not.