Index: sw/prj/build.lst =================================================================== RCS file: /cvs/sw/sw/prj/build.lst,v retrieving revision 1.15 diff -u -r1.15 build.lst --- sw/prj/build.lst 9 Nov 2004 16:19:48 -0000 1.15 +++ sw/prj/build.lst 2 May 2005 09:46:05 -0000 @@ -63,6 +63,7 @@ sw sw\source\filter\html nmake - all sw_html NULL sw sw\source\filter\lotus nmake - all sw_lotus NULL sw sw\source\filter\rtf nmake - all sw_rtf NULL +sw sw\source\filter\lwp nmake - all sw_lwp NULL sw sw\source\filter\sw6 nmake - all sw_sw6 NULL sw sw\source\filter\w4w nmake - all sw_w4w NULL sw sw\source\filter\writer nmake - all sw_wrtr NULL @@ -71,5 +72,5 @@ sw sw\source\filter\xml nmake - all sw_xml NULL sw sw\source\ui nmake - all sw_ui sw_app sw_cctrl sw_chrdl sw_conf sw_dbui sw_dchdl sw_dcvw sw_dlg sw_envlp sw_fldui sw_fmtui sw_frmdl sw_globd sw_index sw_ling sw_misc sw_rbbar sw_shell sw_table sw_uiuno sw_uivw sw_utlui sw_web sw_wrtsh NULL sw sw\source\core nmake - all sw_core sw_attr sw_bast sw_crsr sw_dcnd sw_doc sw_draw sw_edit sw_excpt sw_fld sw_frmed sw_grph sw_layo sw_ole sw_para sw_sw3io sw_swg sw_text sw_tox sw_txtnd sw_uco sw_undo sw_view sw_acc sw_objpos NULL -sw sw\source\filter nmake - all sw_flt sw_ascii sw_bsflt sw_excel sw_html sw_lotus sw_rtf sw_sw6 sw_w4w sw_wrtr sw_ww1 sw_ww8 sw_xml NULL +sw sw\source\filter nmake - all sw_flt sw_ascii sw_bsflt sw_excel sw_html sw_lotus sw_rtf sw_lwp sw_sw6 sw_w4w sw_wrtr sw_ww1 sw_ww8 sw_xml NULL sw sw\util nmake - all sw_util sw_core sw_flt sw_sdi sw_ui NULL Index: sw/source/filter/makefile.mk =================================================================== RCS file: /cvs/sw/sw/source/filter/makefile.mk,v retrieving revision 1.5 diff -u -r1.5 makefile.mk --- sw/source/filter/makefile.mk 2 Feb 2004 18:27:23 -0000 1.5 +++ sw/source/filter/makefile.mk 2 May 2005 09:46:28 -0000 @@ -85,11 +85,12 @@ $(SLB)$/html.lib \ $(SLB)$/lotus.lib \ $(SLB)$/rtf.lib \ + $(SLB)$/lwp.lib \ $(SLB)$/w4w.lib \ $(SLB)$/writer.lib \ $(SLB)$/ww1.lib \ $(SLB)$/ww8.lib \ - $(SLB)$/xml.lib + $(SLB)$/xml.lib .IF "$(compact)" == "" SUBLIBS+= \ --- /dev/null 2004-08-25 23:04:59.000000000 +0530 +++ sw/source/filter/lwp/makefile.mk 2005-05-04 10:45:41.479394832 +0530 @@ -0,0 +1,22 @@ +PRJ=..$/..$/.. + +PRJNAME=sw +TARGET=lwp + +# --- Settings ----------------------------------------------------- + +.INCLUDE : $(PRJ)$/inc$/swpre.mk +.INCLUDE : settings.mk +.INCLUDE : $(PRJ)$/inc$/sw.mk + +# --- Files -------------------------------------------------------- + +CXXFILES = \ + lwpparser.cxx +SLOFILES = \ + $(SLO)$/lwpparser.obj + +# --- Tagets ------------------------------------------------------- + +.INCLUDE : target.mk +