From: Francesco M. <fr...@us...> - 2006-05-20 14:17:49
|
Update of /cvsroot/wxlua/wxLua/modules In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv32690/modules Modified Files: Makefile.in Log Message: added STC to wxBindSTC dll linkstage Index: Makefile.in =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/Makefile.in,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** Makefile.in 20 May 2006 13:12:34 -0000 1.37 --- Makefile.in 20 May 2006 14:17:43 -0000 1.38 *************** *** 209,213 **** wxbind_lib_geometry.o \ wxbind_lib_data.o \ - wxbind_lib_html.o \ wxbind_lib_grid.o \ wxbind_lib_mdi.o \ --- 209,212 ---- *************** *** 243,247 **** wxbind_dll_geometry.o \ wxbind_dll_data.o \ - wxbind_dll_html.o \ wxbind_dll_grid.o \ wxbind_dll_mdi.o \ --- 242,245 ---- *************** *** 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 ; \ --- 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 ; \ *************** *** 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 --- 1611,1614 ---- *************** *** 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 --- 1698,1701 ---- |