summaryrefslogtreecommitdiff
path: root/regexp/prj
diff options
context:
space:
mode:
Diffstat (limited to 'regexp/prj')
-rw-r--r--regexp/prj/build.lst3
-rw-r--r--regexp/prj/d.lst15
2 files changed, 18 insertions, 0 deletions
diff --git a/regexp/prj/build.lst b/regexp/prj/build.lst
new file mode 100644
index 000000000000..1eea02defc87
--- /dev/null
+++ b/regexp/prj/build.lst
@@ -0,0 +1,3 @@
+re regexp : offapi comphelper i18nutil NULL
+re regexp usr1 - all re_mkout NULL
+re regexp\source nmake - all re_source NULL
diff --git a/regexp/prj/d.lst b/regexp/prj/d.lst
new file mode 100644
index 000000000000..dfa18318e17e
--- /dev/null
+++ b/regexp/prj/d.lst
@@ -0,0 +1,15 @@
+mkdir: %_DEST%\inc%_EXT%\external\regexp
+
+..\source\reclass.hxx %_DEST%\inc%_EXT%\external\regexp\reclass.hxx
+
+..\%__SRC%\bin\i18nregexp*.dll %_DEST%\bin%_EXT%\i18nregexp*.dll
+..\%__SRC%\lib\libi18nregexp*.so %_DEST%\lib%_EXT%\libi18nregexp*.so
+..\%__SRC%\lib\libi18nregexp*.dylib %_DEST%\lib%_EXT%\libi18nregexp*.dylib
+..\%__SRC%\lib\ii18nregexp.lib %_DEST%\lib%_EXT%\ii18nregexp.lib
+
+..\%__SRC%\lib\lib*static*.dylib %_DEST%\lib%_EXT%\lib*static*.dylib
+..\%__SRC%\misc\*staticdatamembers.cxx %_DEST%\inc%_EXT%\*staticdatamembers.cxx
+..\%__SRC%\misc\*staticdatamembers.h* %_DEST%\inc%_EXT%\*staticdatamembers.h*
+
+dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\*.dylib; fi"
+dos: sh -c "if test %OS% = MACOSX; then create-libstatic-link %_DEST%\lib%_EXT%; fi"