summaryrefslogtreecommitdiff
path: root/sax/prj
diff options
context:
space:
mode:
Diffstat (limited to 'sax/prj')
-rw-r--r--sax/prj/build.lst6
-rw-r--r--sax/prj/d.lst17
2 files changed, 23 insertions, 0 deletions
diff --git a/sax/prj/build.lst b/sax/prj/build.lst
new file mode 100644
index 000000000000..849700087ae7
--- /dev/null
+++ b/sax/prj/build.lst
@@ -0,0 +1,6 @@
+ax sax : offapi cppuhelper EXPAT:expat comphelper LIBXSLT:libxslt NULL
+ax sax usr1 - all ax_mkout NULL
+ax sax\source\expatwrap nmake - all ax_expatwrap NULL
+ax sax\source\tools nmake - all ax_tools NULL
+ax sax\source\fastparser nmake - all ax_fastparser ax_expatwrap ax_tools NULL
+ax sax\qa\cppunit nmake - all ax_qa_cppunit ax_tools NULL
diff --git a/sax/prj/d.lst b/sax/prj/d.lst
new file mode 100644
index 000000000000..86617b9f3ed2
--- /dev/null
+++ b/sax/prj/d.lst
@@ -0,0 +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
+
+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
+
+dos: sh -c "if test %OS% = MACOSX; then macosx-create-bundle %_DEST%\lib%_EXT%\*.dylib; fi"