Renamed helpwin.h/cpp to helpwnd.h/cpp to avoid clash
Added back GetFrame/GetDialog for compatibility and consistency git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2547,7 +2547,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
||||
src/html/helpdata.cpp
|
||||
src/html/helpdlg.cpp
|
||||
src/html/helpfrm.cpp
|
||||
src/html/helpwin.cpp
|
||||
src/html/helpwnd.cpp
|
||||
src/html/htmlcell.cpp
|
||||
src/html/htmlfilt.cpp
|
||||
src/html/htmlpars.cpp
|
||||
@@ -2573,7 +2573,7 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
||||
wx/html/helpdata.h
|
||||
wx/html/helpdlg.h
|
||||
wx/html/helpfrm.h
|
||||
wx/html/helpwin.h
|
||||
wx/html/helpwnd.h
|
||||
wx/html/htmlcell.h
|
||||
wx/html/htmldefs.h
|
||||
wx/html/htmlfilt.h
|
||||
|
@@ -772,7 +772,7 @@ HTMLDLL_OBJECTS = \
|
||||
$(OBJS)\htmldll_helpdata.obj \
|
||||
$(OBJS)\htmldll_helpdlg.obj \
|
||||
$(OBJS)\htmldll_helpfrm.obj \
|
||||
$(OBJS)\htmldll_helpwin.obj \
|
||||
$(OBJS)\htmldll_helpwnd.obj \
|
||||
$(OBJS)\htmldll_htmlcell.obj \
|
||||
$(OBJS)\htmldll_htmlfilt.obj \
|
||||
$(OBJS)\htmldll_htmlpars.obj \
|
||||
@@ -805,7 +805,7 @@ HTMLLIB_OBJECTS = \
|
||||
$(OBJS)\htmllib_helpdata.obj \
|
||||
$(OBJS)\htmllib_helpdlg.obj \
|
||||
$(OBJS)\htmllib_helpfrm.obj \
|
||||
$(OBJS)\htmllib_helpwin.obj \
|
||||
$(OBJS)\htmllib_helpwnd.obj \
|
||||
$(OBJS)\htmllib_htmlcell.obj \
|
||||
$(OBJS)\htmllib_htmlfilt.obj \
|
||||
$(OBJS)\htmllib_htmlpars.obj \
|
||||
@@ -1068,7 +1068,7 @@ ____MONOLIB_GUI_SRC_FILENAMES_OBJECTS = \
|
||||
$(OBJS)\monodll_helpdata.obj \
|
||||
$(OBJS)\monodll_helpdlg.obj \
|
||||
$(OBJS)\monodll_helpfrm.obj \
|
||||
$(OBJS)\monodll_helpwin.obj \
|
||||
$(OBJS)\monodll_helpwnd.obj \
|
||||
$(OBJS)\monodll_htmlcell.obj \
|
||||
$(OBJS)\monodll_htmlfilt.obj \
|
||||
$(OBJS)\monodll_htmlpars.obj \
|
||||
@@ -1596,7 +1596,7 @@ ____MONOLIB_GUI_SRC_FILENAMES_1_OBJECTS = \
|
||||
$(OBJS)\monolib_helpdata.obj \
|
||||
$(OBJS)\monolib_helpdlg.obj \
|
||||
$(OBJS)\monolib_helpfrm.obj \
|
||||
$(OBJS)\monolib_helpwin.obj \
|
||||
$(OBJS)\monolib_helpwnd.obj \
|
||||
$(OBJS)\monolib_htmlcell.obj \
|
||||
$(OBJS)\monolib_htmlfilt.obj \
|
||||
$(OBJS)\monolib_htmlpars.obj \
|
||||
@@ -4433,6 +4433,9 @@ $(OBJS)\monodll_helpdlg.obj: ..\..\src\html\helpdlg.cpp
|
||||
$(OBJS)\monodll_helpfrm.obj: ..\..\src\html\helpfrm.cpp
|
||||
$(CXX) -q -c -P -o$@ $(MONODLL_CXXFLAGS) $**
|
||||
|
||||
$(OBJS)\monodll_helpwnd.obj: ..\..\src\html\helpwnd.cpp
|
||||
$(CXX) -q -c -P -o$@ $(MONODLL_CXXFLAGS) $**
|
||||
|
||||
$(OBJS)\monodll_htmlcell.obj: ..\..\src\html\htmlcell.cpp
|
||||
$(CXX) -q -c -P -o$@ $(MONODLL_CXXFLAGS) $**
|
||||
|
||||
@@ -4873,11 +4876,6 @@ $(OBJS)\monodll_helpwin.obj: ..\..\src\msw\helpwin.cpp
|
||||
$(CXX) -q -c -P -o$@ $(MONODLL_CXXFLAGS) $**
|
||||
!endif
|
||||
|
||||
!if "$(USE_GUI)" == "1"
|
||||
$(OBJS)\monodll_helpwin.obj: ..\..\src\html\helpwin.cpp
|
||||
$(CXX) -q -c -P -o$@ $(MONODLL_CXXFLAGS) $**
|
||||
!endif
|
||||
|
||||
!if "$(USE_GUI)" == "1"
|
||||
$(OBJS)\monodll_automtn.obj: ..\..\src\msw\ole\automtn.cpp
|
||||
$(CXX) -q -c -P -o$@ $(MONODLL_CXXFLAGS) $**
|
||||
@@ -6165,6 +6163,9 @@ $(OBJS)\monolib_helpdlg.obj: ..\..\src\html\helpdlg.cpp
|
||||
$(OBJS)\monolib_helpfrm.obj: ..\..\src\html\helpfrm.cpp
|
||||
$(CXX) -q -c -P -o$@ $(MONOLIB_CXXFLAGS) $**
|
||||
|
||||
$(OBJS)\monolib_helpwnd.obj: ..\..\src\html\helpwnd.cpp
|
||||
$(CXX) -q -c -P -o$@ $(MONOLIB_CXXFLAGS) $**
|
||||
|
||||
$(OBJS)\monolib_htmlcell.obj: ..\..\src\html\htmlcell.cpp
|
||||
$(CXX) -q -c -P -o$@ $(MONOLIB_CXXFLAGS) $**
|
||||
|
||||
@@ -6605,11 +6606,6 @@ $(OBJS)\monolib_helpwin.obj: ..\..\src\msw\helpwin.cpp
|
||||
$(CXX) -q -c -P -o$@ $(MONOLIB_CXXFLAGS) $**
|
||||
!endif
|
||||
|
||||
!if "$(USE_GUI)" == "1"
|
||||
$(OBJS)\monolib_helpwin.obj: ..\..\src\html\helpwin.cpp
|
||||
$(CXX) -q -c -P -o$@ $(MONOLIB_CXXFLAGS) $**
|
||||
!endif
|
||||
|
||||
!if "$(USE_GUI)" == "1"
|
||||
$(OBJS)\monolib_automtn.obj: ..\..\src\msw\ole\automtn.cpp
|
||||
$(CXX) -q -c -P -o$@ $(MONOLIB_CXXFLAGS) $**
|
||||
@@ -10523,7 +10519,7 @@ $(OBJS)\htmldll_helpdlg.obj: ..\..\src\html\helpdlg.cpp
|
||||
$(OBJS)\htmldll_helpfrm.obj: ..\..\src\html\helpfrm.cpp
|
||||
$(CXX) -q -c -P -o$@ $(HTMLDLL_CXXFLAGS) $**
|
||||
|
||||
$(OBJS)\htmldll_helpwin.obj: ..\..\src\html\helpwin.cpp
|
||||
$(OBJS)\htmldll_helpwnd.obj: ..\..\src\html\helpwnd.cpp
|
||||
$(CXX) -q -c -P -o$@ $(HTMLDLL_CXXFLAGS) $**
|
||||
|
||||
$(OBJS)\htmldll_htmlcell.obj: ..\..\src\html\htmlcell.cpp
|
||||
@@ -10598,7 +10594,7 @@ $(OBJS)\htmllib_helpdlg.obj: ..\..\src\html\helpdlg.cpp
|
||||
$(OBJS)\htmllib_helpfrm.obj: ..\..\src\html\helpfrm.cpp
|
||||
$(CXX) -q -c -P -o$@ $(HTMLLIB_CXXFLAGS) $**
|
||||
|
||||
$(OBJS)\htmllib_helpwin.obj: ..\..\src\html\helpwin.cpp
|
||||
$(OBJS)\htmllib_helpwnd.obj: ..\..\src\html\helpwnd.cpp
|
||||
$(CXX) -q -c -P -o$@ $(HTMLLIB_CXXFLAGS) $**
|
||||
|
||||
$(OBJS)\htmllib_htmlcell.obj: ..\..\src\html\htmlcell.cpp
|
||||
|
@@ -769,7 +769,7 @@ HTMLDLL_OBJECTS = \
|
||||
$(OBJS)\htmldll_helpdata.o \
|
||||
$(OBJS)\htmldll_helpdlg.o \
|
||||
$(OBJS)\htmldll_helpfrm.o \
|
||||
$(OBJS)\htmldll_helpwin.o \
|
||||
$(OBJS)\htmldll_helpwnd.o \
|
||||
$(OBJS)\htmldll_htmlcell.o \
|
||||
$(OBJS)\htmldll_htmlfilt.o \
|
||||
$(OBJS)\htmldll_htmlpars.o \
|
||||
@@ -803,7 +803,7 @@ HTMLLIB_OBJECTS = \
|
||||
$(OBJS)\htmllib_helpdata.o \
|
||||
$(OBJS)\htmllib_helpdlg.o \
|
||||
$(OBJS)\htmllib_helpfrm.o \
|
||||
$(OBJS)\htmllib_helpwin.o \
|
||||
$(OBJS)\htmllib_helpwnd.o \
|
||||
$(OBJS)\htmllib_htmlcell.o \
|
||||
$(OBJS)\htmllib_htmlfilt.o \
|
||||
$(OBJS)\htmllib_htmlpars.o \
|
||||
@@ -1077,7 +1077,7 @@ ____MONOLIB_GUI_SRC_FILENAMES_OBJECTS = \
|
||||
$(OBJS)\monodll_helpdata.o \
|
||||
$(OBJS)\monodll_helpdlg.o \
|
||||
$(OBJS)\monodll_helpfrm.o \
|
||||
$(OBJS)\monodll_helpwin.o \
|
||||
$(OBJS)\monodll_helpwnd.o \
|
||||
$(OBJS)\monodll_htmlcell.o \
|
||||
$(OBJS)\monodll_htmlfilt.o \
|
||||
$(OBJS)\monodll_htmlpars.o \
|
||||
@@ -1611,7 +1611,7 @@ ____MONOLIB_GUI_SRC_FILENAMES_1_OBJECTS = \
|
||||
$(OBJS)\monolib_helpdata.o \
|
||||
$(OBJS)\monolib_helpdlg.o \
|
||||
$(OBJS)\monolib_helpfrm.o \
|
||||
$(OBJS)\monolib_helpwin.o \
|
||||
$(OBJS)\monolib_helpwnd.o \
|
||||
$(OBJS)\monolib_htmlcell.o \
|
||||
$(OBJS)\monolib_htmlfilt.o \
|
||||
$(OBJS)\monolib_htmlpars.o \
|
||||
@@ -4528,6 +4528,9 @@ $(OBJS)\monodll_helpdlg.o: ../../src/html/helpdlg.cpp
|
||||
$(OBJS)\monodll_helpfrm.o: ../../src/html/helpfrm.cpp
|
||||
$(CXX) -c -o $@ $(MONODLL_CXXFLAGS) $(CPPDEPS) $<
|
||||
|
||||
$(OBJS)\monodll_helpwnd.o: ../../src/html/helpwnd.cpp
|
||||
$(CXX) -c -o $@ $(MONODLL_CXXFLAGS) $(CPPDEPS) $<
|
||||
|
||||
$(OBJS)\monodll_htmlcell.o: ../../src/html/htmlcell.cpp
|
||||
$(CXX) -c -o $@ $(MONODLL_CXXFLAGS) $(CPPDEPS) $<
|
||||
|
||||
@@ -4968,11 +4971,6 @@ $(OBJS)\monodll_helpwin.o: ../../src/msw/helpwin.cpp
|
||||
$(CXX) -c -o $@ $(MONODLL_CXXFLAGS) $(CPPDEPS) $<
|
||||
endif
|
||||
|
||||
ifeq ($(USE_GUI),1)
|
||||
$(OBJS)\monodll_helpwin.o: ../../src/html/helpwin.cpp
|
||||
$(CXX) -c -o $@ $(MONODLL_CXXFLAGS) $(CPPDEPS) $<
|
||||
endif
|
||||
|
||||
ifeq ($(USE_GUI),1)
|
||||
$(OBJS)\monodll_automtn.o: ../../src/msw/ole/automtn.cpp
|
||||
$(CXX) -c -o $@ $(MONODLL_CXXFLAGS) $(CPPDEPS) $<
|
||||
@@ -6360,6 +6358,9 @@ $(OBJS)\monolib_helpdlg.o: ../../src/html/helpdlg.cpp
|
||||
$(OBJS)\monolib_helpfrm.o: ../../src/html/helpfrm.cpp
|
||||
$(CXX) -c -o $@ $(MONOLIB_CXXFLAGS) $(CPPDEPS) $<
|
||||
|
||||
$(OBJS)\monolib_helpwnd.o: ../../src/html/helpwnd.cpp
|
||||
$(CXX) -c -o $@ $(MONOLIB_CXXFLAGS) $(CPPDEPS) $<
|
||||
|
||||
$(OBJS)\monolib_htmlcell.o: ../../src/html/htmlcell.cpp
|
||||
$(CXX) -c -o $@ $(MONOLIB_CXXFLAGS) $(CPPDEPS) $<
|
||||
|
||||
@@ -6800,11 +6801,6 @@ $(OBJS)\monolib_helpwin.o: ../../src/msw/helpwin.cpp
|
||||
$(CXX) -c -o $@ $(MONOLIB_CXXFLAGS) $(CPPDEPS) $<
|
||||
endif
|
||||
|
||||
ifeq ($(USE_GUI),1)
|
||||
$(OBJS)\monolib_helpwin.o: ../../src/html/helpwin.cpp
|
||||
$(CXX) -c -o $@ $(MONOLIB_CXXFLAGS) $(CPPDEPS) $<
|
||||
endif
|
||||
|
||||
ifeq ($(USE_GUI),1)
|
||||
$(OBJS)\monolib_automtn.o: ../../src/msw/ole/automtn.cpp
|
||||
$(CXX) -c -o $@ $(MONOLIB_CXXFLAGS) $(CPPDEPS) $<
|
||||
@@ -11018,7 +11014,7 @@ $(OBJS)\htmldll_helpdlg.o: ../../src/html/helpdlg.cpp
|
||||
$(OBJS)\htmldll_helpfrm.o: ../../src/html/helpfrm.cpp
|
||||
$(CXX) -c -o $@ $(HTMLDLL_CXXFLAGS) $(CPPDEPS) $<
|
||||
|
||||
$(OBJS)\htmldll_helpwin.o: ../../src/html/helpwin.cpp
|
||||
$(OBJS)\htmldll_helpwnd.o: ../../src/html/helpwnd.cpp
|
||||
$(CXX) -c -o $@ $(HTMLDLL_CXXFLAGS) $(CPPDEPS) $<
|
||||
|
||||
$(OBJS)\htmldll_htmlcell.o: ../../src/html/htmlcell.cpp
|
||||
@@ -11093,7 +11089,7 @@ $(OBJS)\htmllib_helpdlg.o: ../../src/html/helpdlg.cpp
|
||||
$(OBJS)\htmllib_helpfrm.o: ../../src/html/helpfrm.cpp
|
||||
$(CXX) -c -o $@ $(HTMLLIB_CXXFLAGS) $(CPPDEPS) $<
|
||||
|
||||
$(OBJS)\htmllib_helpwin.o: ../../src/html/helpwin.cpp
|
||||
$(OBJS)\htmllib_helpwnd.o: ../../src/html/helpwnd.cpp
|
||||
$(CXX) -c -o $@ $(HTMLLIB_CXXFLAGS) $(CPPDEPS) $<
|
||||
|
||||
$(OBJS)\htmllib_htmlcell.o: ../../src/html/htmlcell.cpp
|
||||
|
@@ -833,7 +833,7 @@ HTMLDLL_OBJECTS = \
|
||||
$(OBJS)\htmldll_helpdata.obj \
|
||||
$(OBJS)\htmldll_helpdlg.obj \
|
||||
$(OBJS)\htmldll_helpfrm.obj \
|
||||
$(OBJS)\htmldll_helpwin.obj \
|
||||
$(OBJS)\htmldll_helpwnd.obj \
|
||||
$(OBJS)\htmldll_htmlcell.obj \
|
||||
$(OBJS)\htmldll_htmlfilt.obj \
|
||||
$(OBJS)\htmldll_htmlpars.obj \
|
||||
@@ -869,7 +869,7 @@ HTMLLIB_OBJECTS = \
|
||||
$(OBJS)\htmllib_helpdata.obj \
|
||||
$(OBJS)\htmllib_helpdlg.obj \
|
||||
$(OBJS)\htmllib_helpfrm.obj \
|
||||
$(OBJS)\htmllib_helpwin.obj \
|
||||
$(OBJS)\htmllib_helpwnd.obj \
|
||||
$(OBJS)\htmllib_htmlcell.obj \
|
||||
$(OBJS)\htmllib_htmlfilt.obj \
|
||||
$(OBJS)\htmllib_htmlpars.obj \
|
||||
@@ -1226,7 +1226,7 @@ ____MONOLIB_GUI_SRC_FILENAMES_OBJECTS = \
|
||||
$(OBJS)\monodll_helpdata.obj \
|
||||
$(OBJS)\monodll_helpdlg.obj \
|
||||
$(OBJS)\monodll_helpfrm.obj \
|
||||
$(OBJS)\monodll_helpwin.obj \
|
||||
$(OBJS)\monodll_helpwnd.obj \
|
||||
$(OBJS)\monodll_htmlcell.obj \
|
||||
$(OBJS)\monodll_htmlfilt.obj \
|
||||
$(OBJS)\monodll_htmlpars.obj \
|
||||
@@ -1760,7 +1760,7 @@ ____MONOLIB_GUI_SRC_FILENAMES_1_OBJECTS = \
|
||||
$(OBJS)\monolib_helpdata.obj \
|
||||
$(OBJS)\monolib_helpdlg.obj \
|
||||
$(OBJS)\monolib_helpfrm.obj \
|
||||
$(OBJS)\monolib_helpwin.obj \
|
||||
$(OBJS)\monolib_helpwnd.obj \
|
||||
$(OBJS)\monolib_htmlcell.obj \
|
||||
$(OBJS)\monolib_htmlfilt.obj \
|
||||
$(OBJS)\monolib_htmlpars.obj \
|
||||
@@ -4741,6 +4741,9 @@ $(OBJS)\monodll_helpdlg.obj: ..\..\src\html\helpdlg.cpp
|
||||
$(OBJS)\monodll_helpfrm.obj: ..\..\src\html\helpfrm.cpp
|
||||
$(CXX) /c /nologo /TP /Fo$@ $(MONODLL_CXXFLAGS) $**
|
||||
|
||||
$(OBJS)\monodll_helpwnd.obj: ..\..\src\html\helpwnd.cpp
|
||||
$(CXX) /c /nologo /TP /Fo$@ $(MONODLL_CXXFLAGS) $**
|
||||
|
||||
$(OBJS)\monodll_htmlcell.obj: ..\..\src\html\htmlcell.cpp
|
||||
$(CXX) /c /nologo /TP /Fo$@ $(MONODLL_CXXFLAGS) $**
|
||||
|
||||
@@ -5181,11 +5184,6 @@ $(OBJS)\monodll_helpwin.obj: ..\..\src\msw\helpwin.cpp
|
||||
$(CXX) /c /nologo /TP /Fo$@ $(MONODLL_CXXFLAGS) $**
|
||||
!endif
|
||||
|
||||
!if "$(USE_GUI)" == "1"
|
||||
$(OBJS)\monodll_helpwin.obj: ..\..\src\html\helpwin.cpp
|
||||
$(CXX) /c /nologo /TP /Fo$@ $(MONODLL_CXXFLAGS) $**
|
||||
!endif
|
||||
|
||||
!if "$(USE_GUI)" == "1"
|
||||
$(OBJS)\monodll_automtn.obj: ..\..\src\msw\ole\automtn.cpp
|
||||
$(CXX) /c /nologo /TP /Fo$@ $(MONODLL_CXXFLAGS) $**
|
||||
@@ -6473,6 +6471,9 @@ $(OBJS)\monolib_helpdlg.obj: ..\..\src\html\helpdlg.cpp
|
||||
$(OBJS)\monolib_helpfrm.obj: ..\..\src\html\helpfrm.cpp
|
||||
$(CXX) /c /nologo /TP /Fo$@ $(MONOLIB_CXXFLAGS) $**
|
||||
|
||||
$(OBJS)\monolib_helpwnd.obj: ..\..\src\html\helpwnd.cpp
|
||||
$(CXX) /c /nologo /TP /Fo$@ $(MONOLIB_CXXFLAGS) $**
|
||||
|
||||
$(OBJS)\monolib_htmlcell.obj: ..\..\src\html\htmlcell.cpp
|
||||
$(CXX) /c /nologo /TP /Fo$@ $(MONOLIB_CXXFLAGS) $**
|
||||
|
||||
@@ -6913,11 +6914,6 @@ $(OBJS)\monolib_helpwin.obj: ..\..\src\msw\helpwin.cpp
|
||||
$(CXX) /c /nologo /TP /Fo$@ $(MONOLIB_CXXFLAGS) $**
|
||||
!endif
|
||||
|
||||
!if "$(USE_GUI)" == "1"
|
||||
$(OBJS)\monolib_helpwin.obj: ..\..\src\html\helpwin.cpp
|
||||
$(CXX) /c /nologo /TP /Fo$@ $(MONOLIB_CXXFLAGS) $**
|
||||
!endif
|
||||
|
||||
!if "$(USE_GUI)" == "1"
|
||||
$(OBJS)\monolib_automtn.obj: ..\..\src\msw\ole\automtn.cpp
|
||||
$(CXX) /c /nologo /TP /Fo$@ $(MONOLIB_CXXFLAGS) $**
|
||||
@@ -10831,7 +10827,7 @@ $(OBJS)\htmldll_helpdlg.obj: ..\..\src\html\helpdlg.cpp
|
||||
$(OBJS)\htmldll_helpfrm.obj: ..\..\src\html\helpfrm.cpp
|
||||
$(CXX) /c /nologo /TP /Fo$@ $(HTMLDLL_CXXFLAGS) $**
|
||||
|
||||
$(OBJS)\htmldll_helpwin.obj: ..\..\src\html\helpwin.cpp
|
||||
$(OBJS)\htmldll_helpwnd.obj: ..\..\src\html\helpwnd.cpp
|
||||
$(CXX) /c /nologo /TP /Fo$@ $(HTMLDLL_CXXFLAGS) $**
|
||||
|
||||
$(OBJS)\htmldll_htmlcell.obj: ..\..\src\html\htmlcell.cpp
|
||||
@@ -10906,7 +10902,7 @@ $(OBJS)\htmllib_helpdlg.obj: ..\..\src\html\helpdlg.cpp
|
||||
$(OBJS)\htmllib_helpfrm.obj: ..\..\src\html\helpfrm.cpp
|
||||
$(CXX) /c /nologo /TP /Fo$@ $(HTMLLIB_CXXFLAGS) $**
|
||||
|
||||
$(OBJS)\htmllib_helpwin.obj: ..\..\src\html\helpwin.cpp
|
||||
$(OBJS)\htmllib_helpwnd.obj: ..\..\src\html\helpwnd.cpp
|
||||
$(CXX) /c /nologo /TP /Fo$@ $(HTMLLIB_CXXFLAGS) $**
|
||||
|
||||
$(OBJS)\htmllib_htmlcell.obj: ..\..\src\html\htmlcell.cpp
|
||||
|
@@ -108,7 +108,7 @@ ____MONOLIB_GUI_SRC_FILENAMES_OBJECTS = &
|
||||
$(OBJS)\monodll_helpdata.obj &
|
||||
$(OBJS)\monodll_helpdlg.obj &
|
||||
$(OBJS)\monodll_helpfrm.obj &
|
||||
$(OBJS)\monodll_helpwin.obj &
|
||||
$(OBJS)\monodll_helpwnd.obj &
|
||||
$(OBJS)\monodll_htmlcell.obj &
|
||||
$(OBJS)\monodll_htmlfilt.obj &
|
||||
$(OBJS)\monodll_htmlpars.obj &
|
||||
@@ -646,7 +646,7 @@ ____MONOLIB_GUI_SRC_FILENAMES_1_OBJECTS = &
|
||||
$(OBJS)\monolib_helpdata.obj &
|
||||
$(OBJS)\monolib_helpdlg.obj &
|
||||
$(OBJS)\monolib_helpfrm.obj &
|
||||
$(OBJS)\monolib_helpwin.obj &
|
||||
$(OBJS)\monolib_helpwnd.obj &
|
||||
$(OBJS)\monolib_htmlcell.obj &
|
||||
$(OBJS)\monolib_htmlfilt.obj &
|
||||
$(OBJS)\monolib_htmlpars.obj &
|
||||
@@ -3162,7 +3162,7 @@ HTMLDLL_OBJECTS = &
|
||||
$(OBJS)\htmldll_helpdata.obj &
|
||||
$(OBJS)\htmldll_helpdlg.obj &
|
||||
$(OBJS)\htmldll_helpfrm.obj &
|
||||
$(OBJS)\htmldll_helpwin.obj &
|
||||
$(OBJS)\htmldll_helpwnd.obj &
|
||||
$(OBJS)\htmldll_htmlcell.obj &
|
||||
$(OBJS)\htmldll_htmlfilt.obj &
|
||||
$(OBJS)\htmldll_htmlpars.obj &
|
||||
@@ -3196,7 +3196,7 @@ HTMLLIB_OBJECTS = &
|
||||
$(OBJS)\htmllib_helpdata.obj &
|
||||
$(OBJS)\htmllib_helpdlg.obj &
|
||||
$(OBJS)\htmllib_helpfrm.obj &
|
||||
$(OBJS)\htmllib_helpwin.obj &
|
||||
$(OBJS)\htmllib_helpwnd.obj &
|
||||
$(OBJS)\htmllib_htmlcell.obj &
|
||||
$(OBJS)\htmllib_htmlfilt.obj &
|
||||
$(OBJS)\htmllib_htmlpars.obj &
|
||||
@@ -4728,6 +4728,9 @@ $(OBJS)\monodll_helpdlg.obj : .AUTODEPEND ..\..\src\html\helpdlg.cpp
|
||||
$(OBJS)\monodll_helpfrm.obj : .AUTODEPEND ..\..\src\html\helpfrm.cpp
|
||||
$(CXX) -zq -fo=$^@ $(MONODLL_CXXFLAGS) $<
|
||||
|
||||
$(OBJS)\monodll_helpwnd.obj : .AUTODEPEND ..\..\src\html\helpwnd.cpp
|
||||
$(CXX) -zq -fo=$^@ $(MONODLL_CXXFLAGS) $<
|
||||
|
||||
$(OBJS)\monodll_htmlcell.obj : .AUTODEPEND ..\..\src\html\htmlcell.cpp
|
||||
$(CXX) -zq -fo=$^@ $(MONODLL_CXXFLAGS) $<
|
||||
|
||||
@@ -5168,11 +5171,6 @@ $(OBJS)\monodll_helpwin.obj : .AUTODEPEND ..\..\src\msw\helpwin.cpp
|
||||
$(CXX) -zq -fo=$^@ $(MONODLL_CXXFLAGS) $<
|
||||
!endif
|
||||
|
||||
!ifeq USE_GUI 1
|
||||
$(OBJS)\monodll_helpwin.obj : .AUTODEPEND ..\..\src\html\helpwin.cpp
|
||||
$(CXX) -zq -fo=$^@ $(MONODLL_CXXFLAGS) $<
|
||||
!endif
|
||||
|
||||
!ifeq USE_GUI 1
|
||||
$(OBJS)\monodll_automtn.obj : .AUTODEPEND ..\..\src\msw\ole\automtn.cpp
|
||||
$(CXX) -zq -fo=$^@ $(MONODLL_CXXFLAGS) $<
|
||||
@@ -6560,6 +6558,9 @@ $(OBJS)\monolib_helpdlg.obj : .AUTODEPEND ..\..\src\html\helpdlg.cpp
|
||||
$(OBJS)\monolib_helpfrm.obj : .AUTODEPEND ..\..\src\html\helpfrm.cpp
|
||||
$(CXX) -zq -fo=$^@ $(MONOLIB_CXXFLAGS) $<
|
||||
|
||||
$(OBJS)\monolib_helpwnd.obj : .AUTODEPEND ..\..\src\html\helpwnd.cpp
|
||||
$(CXX) -zq -fo=$^@ $(MONOLIB_CXXFLAGS) $<
|
||||
|
||||
$(OBJS)\monolib_htmlcell.obj : .AUTODEPEND ..\..\src\html\htmlcell.cpp
|
||||
$(CXX) -zq -fo=$^@ $(MONOLIB_CXXFLAGS) $<
|
||||
|
||||
@@ -7000,11 +7001,6 @@ $(OBJS)\monolib_helpwin.obj : .AUTODEPEND ..\..\src\msw\helpwin.cpp
|
||||
$(CXX) -zq -fo=$^@ $(MONOLIB_CXXFLAGS) $<
|
||||
!endif
|
||||
|
||||
!ifeq USE_GUI 1
|
||||
$(OBJS)\monolib_helpwin.obj : .AUTODEPEND ..\..\src\html\helpwin.cpp
|
||||
$(CXX) -zq -fo=$^@ $(MONOLIB_CXXFLAGS) $<
|
||||
!endif
|
||||
|
||||
!ifeq USE_GUI 1
|
||||
$(OBJS)\monolib_automtn.obj : .AUTODEPEND ..\..\src\msw\ole\automtn.cpp
|
||||
$(CXX) -zq -fo=$^@ $(MONOLIB_CXXFLAGS) $<
|
||||
@@ -11218,7 +11214,7 @@ $(OBJS)\htmldll_helpdlg.obj : .AUTODEPEND ..\..\src\html\helpdlg.cpp
|
||||
$(OBJS)\htmldll_helpfrm.obj : .AUTODEPEND ..\..\src\html\helpfrm.cpp
|
||||
$(CXX) -zq -fo=$^@ $(HTMLDLL_CXXFLAGS) $<
|
||||
|
||||
$(OBJS)\htmldll_helpwin.obj : .AUTODEPEND ..\..\src\html\helpwin.cpp
|
||||
$(OBJS)\htmldll_helpwnd.obj : .AUTODEPEND ..\..\src\html\helpwnd.cpp
|
||||
$(CXX) -zq -fo=$^@ $(HTMLDLL_CXXFLAGS) $<
|
||||
|
||||
$(OBJS)\htmldll_htmlcell.obj : .AUTODEPEND ..\..\src\html\htmlcell.cpp
|
||||
@@ -11293,7 +11289,7 @@ $(OBJS)\htmllib_helpdlg.obj : .AUTODEPEND ..\..\src\html\helpdlg.cpp
|
||||
$(OBJS)\htmllib_helpfrm.obj : .AUTODEPEND ..\..\src\html\helpfrm.cpp
|
||||
$(CXX) -zq -fo=$^@ $(HTMLLIB_CXXFLAGS) $<
|
||||
|
||||
$(OBJS)\htmllib_helpwin.obj : .AUTODEPEND ..\..\src\html\helpwin.cpp
|
||||
$(OBJS)\htmllib_helpwnd.obj : .AUTODEPEND ..\..\src\html\helpwnd.cpp
|
||||
$(CXX) -zq -fo=$^@ $(HTMLLIB_CXXFLAGS) $<
|
||||
|
||||
$(OBJS)\htmllib_htmlcell.obj : .AUTODEPEND ..\..\src\html\htmlcell.cpp
|
||||
|
@@ -8299,10 +8299,18 @@ SOURCE=..\..\include\wx\html\helpdata.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\wx\html\helpdlg.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\wx\html\helpfrm.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\wx\html\helpwnd.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\wx\html\htmlcell.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@@ -553,7 +553,7 @@ SOURCE=..\..\src\html\helpfrm.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\src\html\helpwin.cpp
|
||||
SOURCE=..\..\src\html\helpwnd.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
@@ -1066,10 +1066,18 @@ SOURCE=..\..\include\wx\html\helpdata.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\wx\html\helpdlg.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\wx\html\helpfrm.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\wx\html\helpwnd.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\include\wx\html\htmlcell.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
Reference in New Issue
Block a user