don't update stc.h when not building the library, it doesn't make sense to do this in the samples makefiles [backport of r60596 from trunk]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60597 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -196,15 +196,6 @@ helpview_helpview_rc.o: $(srcdir)/helpview.rc
|
||||
$(WINDRES) -i$< -o$@ --define __WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p_2) $(__EXCEPTIONS_DEFINE_p_2) $(__RTTI_DEFINE_p_2) $(__THREAD_DEFINE_p_2) --include-dir $(srcdir) $(__DLLFLAG_p_2) --include-dir $(srcdir)/../../../samples $(__RCDEFDIR_p_1) --include-dir $(top_srcdir)/include
|
||||
|
||||
|
||||
@COND_USE_STC_1@$(srcdir)/include/wx/stc/stc.h: \
|
||||
@COND_USE_STC_1@$(srcdir)/src/stc/scintilla/include/Scintilla.iface \
|
||||
@COND_USE_STC_1@$(srcdir)/src/stc/stc.cpp.in \
|
||||
@COND_USE_STC_1@$(srcdir)/src/stc/stc.h.in \
|
||||
@COND_USE_STC_1@$(srcdir)/src/stc/gen_iface.py
|
||||
@COND_USE_STC_1@ cd $(srcdir)/src/stc && ./gen_iface.py
|
||||
@COND_USE_STC_1@monolib_stc.o monodll_stc.o stcdll_stc.o stclib_stc.o: \
|
||||
@COND_USE_STC_1@ $(srcdir)/include/wx/stc/stc.h
|
||||
|
||||
# Include dependency info, if present:
|
||||
@IF_GNU_MAKE@-include ./.deps/*.d
|
||||
|
||||
|
Reference in New Issue
Block a user