projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
don't call wxYield() from EnsureVisible(), this is too dangerous - and unnecessary...
[wxWidgets.git]
/
samples
/
help
/
makefile.vc
diff --git
a/samples/help/makefile.vc
b/samples/help/makefile.vc
index 3cbe3b33c29f9347ca83181b89587eab3d3ef4e4..723b606f7e08d147639c675edf15856abce4d302 100644
(file)
--- a/
samples/help/makefile.vc
+++ b/
samples/help/makefile.vc
@@
-12,6
+12,7
@@
WXDIR = $(WXWIN)
PROGRAM=demo
+EXTRALIBS=htmlhelp.lib
OBJECTS = $(PROGRAM).obj
!include $(WXDIR)\src\makeprog.vc