projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixed another return FALSE in a function returning a pointer (patch 545046)
[wxWidgets.git]
/
samples
/
help
/
makefile.vc
diff --git
a/samples/help/makefile.vc
b/samples/help/makefile.vc
index 723b606f7e08d147639c675edf15856abce4d302..19d45925909149ece638ecf8a7be7f545a52503b 100644
(file)
--- a/
samples/help/makefile.vc
+++ b/
samples/help/makefile.vc
@@
-12,7
+12,7
@@
WXDIR = $(WXWIN)
PROGRAM=demo
WXDIR = $(WXWIN)
PROGRAM=demo
-EXTRALIBS=htmlhelp.lib
+
#
EXTRALIBS=htmlhelp.lib
OBJECTS = $(PROGRAM).obj
!include $(WXDIR)\src\makeprog.vc
OBJECTS = $(PROGRAM).obj
!include $(WXDIR)\src\makeprog.vc