From 89c80fd1070909b293bb5a57414575d2e784a650 Mon Sep 17 00:00:00 2001 From: Peter Jentsch Date: Tue, 25 Jan 2011 23:21:22 +0100 Subject: New sax documenthandler adapter. A simple adapter for sax document handlers and is a prerequisite of the new flat odf export implementation. --- sax/prj/d.lst | 1 + 1 file changed, 1 insertion(+) (limited to 'sax/prj') diff --git a/sax/prj/d.lst b/sax/prj/d.lst index 87f01348163c..c9e466d440e1 100644 --- a/sax/prj/d.lst +++ b/sax/prj/d.lst @@ -9,5 +9,6 @@ mkdir: %_DEST%\inc%_EXT%\sax\tools ..\inc\sax\fshelper.hxx %_DEST%\inc%_EXT%\sax\fshelper.hxx ..\inc\sax\fastattribs.hxx %_DEST%\inc%_EXT%\sax\fastattribs.hxx ..\inc\sax\tools\converter.hxx %_DEST%\inc%_EXT%\sax\tools\converter.hxx +..\inc\sax\tools\documenthandleradapter.hxx %_DEST%\inc%_EXT%\sax\tools\documenthandleradapter.hxx dos: sh -c "if test %OS% = MACOSX; then macosx-create-bundle %_DEST%\lib%_EXT%\*.dylib; fi" -- cgit From 4fa3eefdb356be5492af028b7127400c859b674a Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 3 Jun 2011 13:27:47 +0300 Subject: Drop %_EXT% which was always empty --- sax/prj/d.lst | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'sax/prj') diff --git a/sax/prj/d.lst b/sax/prj/d.lst index 86617b9f3ed2..9534663d5bfb 100644 --- a/sax/prj/d.lst +++ b/sax/prj/d.lst @@ -1,17 +1,17 @@ -..\%__SRC%\bin\*.dll %_DEST%\bin%_EXT%\*.dll -..\%__SRC%\lib\*.so %_DEST%\lib%_EXT%\*.so -..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib -..\%__SRC%\lib\*.lib %_DEST%\lib%_EXT%\*.lib -..\%__SRC%\misc\fastsax.component %_DEST%\xml%_EXT%\fastsax.component -..\%__SRC%\misc\sax.component %_DEST%\xml%_EXT%\sax.component -..\%__SRC%\misc\sax.inbuild.component %_DEST%\xml%_EXT%\sax.inbuild.component +..\%__SRC%\bin\*.dll %_DEST%\bin\*.dll +..\%__SRC%\lib\*.so %_DEST%\lib\*.so +..\%__SRC%\lib\*.dylib %_DEST%\lib\*.dylib +..\%__SRC%\lib\*.lib %_DEST%\lib\*.lib +..\%__SRC%\misc\fastsax.component %_DEST%\xml\fastsax.component +..\%__SRC%\misc\sax.component %_DEST%\xml\sax.component +..\%__SRC%\misc\sax.inbuild.component %_DEST%\xml\sax.inbuild.component -mkdir: %_DEST%\inc%_EXT%\sax -mkdir: %_DEST%\inc%_EXT%\sax\tools -..\inc\sax\dllapi.h %_DEST%\inc%_EXT%\sax\dllapi.h -..\inc\sax\fshelper.hxx %_DEST%\inc%_EXT%\sax\fshelper.hxx -..\inc\sax\fastattribs.hxx %_DEST%\inc%_EXT%\sax\fastattribs.hxx -..\inc\sax\tools\converter.hxx %_DEST%\inc%_EXT%\sax\tools\converter.hxx -..\inc\sax\tools\documenthandleradapter.hxx %_DEST%\inc%_EXT%\sax\tools\documenthandleradapter.hxx +mkdir: %_DEST%\inc\sax +mkdir: %_DEST%\inc\sax\tools +..\inc\sax\dllapi.h %_DEST%\inc\sax\dllapi.h +..\inc\sax\fshelper.hxx %_DEST%\inc\sax\fshelper.hxx +..\inc\sax\fastattribs.hxx %_DEST%\inc\sax\fastattribs.hxx +..\inc\sax\tools\converter.hxx %_DEST%\inc\sax\tools\converter.hxx +..\inc\sax\tools\documenthandleradapter.hxx %_DEST%\inc\sax\tools\documenthandleradapter.hxx -dos: sh -c "if test %OS% = MACOSX; then macosx-create-bundle %_DEST%\lib%_EXT%\*.dylib; fi" +dos: sh -c "if test %OS% = MACOSX; then macosx-create-bundle %_DEST%\lib\*.dylib; fi" -- cgit