From: Francesco M. <fr...@us...> - 2006-05-20 18:22:29
|
Update of /cvsroot/wxlua/wxLua/modules In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv24910/modules Modified Files: Makefile.in Log Message: readded html.cpp to wxbind module - was removed by mistake Index: Makefile.in =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/Makefile.in,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** Makefile.in 20 May 2006 14:17:43 -0000 1.38 --- Makefile.in 20 May 2006 18:22:25 -0000 1.39 *************** *** 209,212 **** --- 209,213 ---- wxbind_lib_geometry.o \ wxbind_lib_data.o \ + wxbind_lib_html.o \ wxbind_lib_grid.o \ wxbind_lib_mdi.o \ *************** *** 242,245 **** --- 243,247 ---- wxbind_dll_geometry.o \ wxbind_dll_data.o \ + wxbind_dll_html.o \ wxbind_dll_grid.o \ wxbind_dll_mdi.o \ *************** *** 975,979 **** @COND_SHARED_0@install_wxbind_lib_headers: @COND_SHARED_0@ $(INSTALL_DIR) $(DESTDIR)$(includedir) ! @COND_SHARED_0@ for f in wxbind/include/wxlprint.h wxbind/include/wxlhtmlwin.h wxbind/include/wxbind.h; do \ @COND_SHARED_0@ if test ! -d $(DESTDIR)$(includedir)/`dirname $$f` ; then \ @COND_SHARED_0@ $(INSTALL_DIR) $(DESTDIR)$(includedir)/`dirname $$f`; \ --- 977,981 ---- @COND_SHARED_0@install_wxbind_lib_headers: @COND_SHARED_0@ $(INSTALL_DIR) $(DESTDIR)$(includedir) ! @COND_SHARED_0@ for f in wxbind/include/wxlprint.h wxbind/include/wxbinddefs.h wxbind/include/wxlhtmlwin.h wxbind/include/wxbind.h; do \ @COND_SHARED_0@ if test ! -d $(DESTDIR)$(includedir)/`dirname $$f` ; then \ @COND_SHARED_0@ $(INSTALL_DIR) $(DESTDIR)$(includedir)/`dirname $$f`; \ *************** *** 983,987 **** @COND_SHARED_0@uninstall_wxbind_lib_headers: ! @COND_SHARED_0@ for f in wxbind/include/wxlprint.h wxbind/include/wxlhtmlwin.h wxbind/include/wxbind.h; do \ @COND_SHARED_0@ rm -f $(DESTDIR)$(includedir)/$$f; \ @COND_SHARED_0@ done --- 985,989 ---- @COND_SHARED_0@uninstall_wxbind_lib_headers: ! @COND_SHARED_0@ for f in wxbind/include/wxlprint.h wxbind/include/wxbinddefs.h wxbind/include/wxlhtmlwin.h wxbind/include/wxbind.h; do \ @COND_SHARED_0@ rm -f $(DESTDIR)$(includedir)/$$f; \ @COND_SHARED_0@ done *************** *** 1004,1008 **** @COND_SHARED_1@install_wxbind_dll_headers: @COND_SHARED_1@ $(INSTALL_DIR) $(DESTDIR)$(includedir) ! @COND_SHARED_1@ for f in wxbind/include/wxlprint.h wxbind/include/wxlhtmlwin.h wxbind/include/wxbind.h; do \ @COND_SHARED_1@ if test ! -d $(DESTDIR)$(includedir)/`dirname $$f` ; then \ @COND_SHARED_1@ $(INSTALL_DIR) $(DESTDIR)$(includedir)/`dirname $$f`; \ --- 1006,1010 ---- @COND_SHARED_1@install_wxbind_dll_headers: @COND_SHARED_1@ $(INSTALL_DIR) $(DESTDIR)$(includedir) ! @COND_SHARED_1@ for f in wxbind/include/wxlprint.h wxbind/include/wxbinddefs.h wxbind/include/wxlhtmlwin.h wxbind/include/wxbind.h; do \ @COND_SHARED_1@ if test ! -d $(DESTDIR)$(includedir)/`dirname $$f` ; then \ @COND_SHARED_1@ $(INSTALL_DIR) $(DESTDIR)$(includedir)/`dirname $$f`; \ *************** *** 1012,1016 **** @COND_SHARED_1@uninstall_wxbind_dll_headers: ! @COND_SHARED_1@ for f in wxbind/include/wxlprint.h wxbind/include/wxlhtmlwin.h wxbind/include/wxbind.h; do \ @COND_SHARED_1@ rm -f $(DESTDIR)$(includedir)/$$f; \ @COND_SHARED_1@ done --- 1014,1018 ---- @COND_SHARED_1@uninstall_wxbind_dll_headers: ! @COND_SHARED_1@ for f in wxbind/include/wxlprint.h wxbind/include/wxbinddefs.h wxbind/include/wxlhtmlwin.h wxbind/include/wxbind.h; do \ @COND_SHARED_1@ rm -f $(DESTDIR)$(includedir)/$$f; \ @COND_SHARED_1@ done *************** *** 1193,1197 **** @COND_INSTALL_CUSTOM_WXBIND_1@wxbindsrc: @COND_INSTALL_CUSTOM_WXBIND_1@ @mkdir -p $(DESTDIR)$(prefix)/src/wxbind ! @COND_INSTALL_CUSTOM_WXBIND_1@ @for f in wxbind/src/wxlua.cpp wxbind/src/xml.cpp wxbind/src/geometry.cpp wxbind/src/data.cpp wxbind/src/grid.cpp wxbind/src/mdi.cpp wxbind/src/file.cpp wxbind/src/config.cpp wxbind/src/menutool.cpp wxbind/src/event.cpp wxbind/src/gdi.cpp wxbind/src/wxlprint.cpp wxbind/src/defsutil.cpp wxbind/src/image.cpp wxbind/src/sizer.cpp wxbind/src/wave.cpp wxbind/src/socket.cpp wxbind/src/wx_bind.cpp wxbind/src/windows.cpp wxbind/src/wxlhtmlwin.cpp wxbind/src/appframe.cpp wxbind/src/regex.cpp wxbind/src/controls.cpp wxbind/src/datetime.cpp wxbind/src/dialogs.cpp wxbind/src/clipdrag.cpp wxbind/src/print.cpp wxbind/src/thread.cpp wxbind/src/help.cpp; do \ @COND_INSTALL_CUSTOM_WXBIND_1@ if test ! -f $(DESTDIR)$(prefix)/src/wxbind/$$f -a ! -d $(DESTDIR)$(prefix)/src/wxbind/$$f ; \ @COND_INSTALL_CUSTOM_WXBIND_1@ then x=yep ; \ --- 1195,1199 ---- @COND_INSTALL_CUSTOM_WXBIND_1@wxbindsrc: @COND_INSTALL_CUSTOM_WXBIND_1@ @mkdir -p $(DESTDIR)$(prefix)/src/wxbind ! @COND_INSTALL_CUSTOM_WXBIND_1@ @for f in wxbind/src/wxlua.cpp wxbind/src/xml.cpp wxbind/src/geometry.cpp wxbind/src/data.cpp wxbind/src/html.cpp wxbind/src/grid.cpp wxbind/src/mdi.cpp wxbind/src/file.cpp wxbind/src/config.cpp wxbind/src/menutool.cpp wxbind/src/event.cpp wxbind/src/gdi.cpp wxbind/src/wxlprint.cpp wxbind/src/defsutil.cpp wxbind/src/image.cpp wxbind/src/sizer.cpp wxbind/src/wave.cpp wxbind/src/socket.cpp wxbind/src/wx_bind.cpp wxbind/src/windows.cpp wxbind/src/wxlhtmlwin.cpp wxbind/src/appframe.cpp wxbind/src/regex.cpp wxbind/src/controls.cpp wxbind/src/datetime.cpp wxbind/src/dialogs.cpp wxbind/src/clipdrag.cpp wxbind/src/print.cpp wxbind/src/thread.cpp wxbind/src/help.cpp; do \ @COND_INSTALL_CUSTOM_WXBIND_1@ if test ! -f $(DESTDIR)$(prefix)/src/wxbind/$$f -a ! -d $(DESTDIR)$(prefix)/src/wxbind/$$f ; \ @COND_INSTALL_CUSTOM_WXBIND_1@ then x=yep ; \ *************** *** 1611,1614 **** --- 1613,1619 ---- $(CXXC) -c -o $@ $(WXBIND_LIB_CXXFLAGS) $(top_srcdir)/modules/wxbind/src/data.cpp + wxbind_lib_html.o: $(top_srcdir)/modules/wxbind/src/html.cpp + $(CXXC) -c -o $@ $(WXBIND_LIB_CXXFLAGS) $(top_srcdir)/modules/wxbind/src/html.cpp + wxbind_lib_grid.o: $(top_srcdir)/modules/wxbind/src/grid.cpp $(CXXC) -c -o $@ $(WXBIND_LIB_CXXFLAGS) $(top_srcdir)/modules/wxbind/src/grid.cpp *************** *** 1698,1701 **** --- 1703,1709 ---- $(CXXC) -c -o $@ $(WXBIND_DLL_CXXFLAGS) $(top_srcdir)/modules/wxbind/src/data.cpp + wxbind_dll_html.o: $(top_srcdir)/modules/wxbind/src/html.cpp + $(CXXC) -c -o $@ $(WXBIND_DLL_CXXFLAGS) $(top_srcdir)/modules/wxbind/src/html.cpp + wxbind_dll_grid.o: $(top_srcdir)/modules/wxbind/src/grid.cpp $(CXXC) -c -o $@ $(WXBIND_DLL_CXXFLAGS) $(top_srcdir)/modules/wxbind/src/grid.cpp |