]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
I'm not sure why I added htmlhelp.lib to the PuTTY link lines in
authorSimon Tatham <anakin@pobox.com>
Thu, 28 Dec 2006 15:47:53 +0000 (15:47 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 28 Dec 2006 15:47:53 +0000 (15:47 +0000)
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.

[originally from svn r7030]
[r7000 == 1dac1bc911bd76446f19c48fbca9c868c33f07ca]

Recipe

diff --git a/Recipe b/Recipe
index 2dcfb9e25df7d25375f392d57e6fd0b87e1cc38c..35e0c98c0eea524018f501d0e0cbbdcaec653a24 100644 (file)
--- 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.