summaryrefslogtreecommitdiff
path: root/soldep
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-04-26 08:45:45 +0000
committerOliver Bolte <obo@openoffice.org>2006-04-26 08:45:45 +0000
commitef9b3fc191183c37e1395403c04aafaf0ad4274a (patch)
treeed0ee4914107323c10a07a51789e16c47f3bd1f4 /soldep
parentb344e3c35e1842cae3ddbafb332229e01c19ce81 (diff)
bootstrp added
Diffstat (limited to 'soldep')
-rw-r--r--soldep/prj/build.lst4
-rw-r--r--soldep/prj/d.lst40
2 files changed, 41 insertions, 3 deletions
diff --git a/soldep/prj/build.lst b/soldep/prj/build.lst
index d9fe51f32893..636c244ab358 100644
--- a/soldep/prj/build.lst
+++ b/soldep/prj/build.lst
@@ -1,3 +1,5 @@
dp soldep : svtools NULL
dp soldep usr1 - all dp_mkout NULL
-dp soldep\source nmake - all dp_soldep NULL
+dp soldep\bootstrp nmake - all dp_btstrp NULL
+dp soldep\source nmake - all dp_soldep dp_btstrp NULL
+
diff --git a/soldep/prj/d.lst b/soldep/prj/d.lst
index 9e7c04654b44..0f26569d3d30 100644
--- a/soldep/prj/d.lst
+++ b/soldep/prj/d.lst
@@ -1,3 +1,39 @@
-#don't deliver anything now
-#..\%__SRC%\lib\lib*.so %_DEST%\lib%_EXT%
+mkdir: %_DEST%\inc%_EXT%\soldep
+mkdir: %_DEST%\inc%_EXT%\bootstrp2
+hedabu: ..\inc\sdtresid.hxx %_DEST%\inc%_EXT%\soldep\sdtresid.hxx
+..\%__SRC%\bin\dep*.res %_DEST%\bin%_EXT%\additional\dep*.res
+..\%__SRC%\bin\bootstrpdt?????.dll %_DEST%\bin%_EXT%\bootstrpdt?????.dll
+..\%__SRC%\bin\soldep?????.dll %_DEST%\bin%_EXT%\soldep?????.dll
+..\%__SRC%\lib\libbootstrpdt?????.so %_DEST%\lib%_EXT%\libbootstrpdt?????.so
+..\%__SRC%\lib\libsoldep?????.so %_DEST%\lib%_EXT%\libsoldep?????.so
+..\%__SRC%\slb\*.a %_DEST%\lib%_EXT%\*.a
+..\perl.mk %_DEST%\inc%_EXT%\soldep\perl.mk
+
+hedabu: ..\inc\soldep.hxx %_DEST%\inc%_EXT%\soldep\soldep.hxx
+hedabu: ..\inc\soldlg.hxx %_DEST%\inc%_EXT%\soldep\soldlg.hxx
+hedabu: ..\inc\hashtbl.hxx %_DEST%\inc%_EXT%\soldep\hashtbl.hxx
+hedabu: ..\inc\depper.hxx %_DEST%\inc%_EXT%\soldep\depper.hxx
+hedabu: ..\inc\objwin.hxx %_DEST%\inc%_EXT%\soldep\objwin.hxx
+hedabu: ..\inc\connctr.hxx %_DEST%\inc%_EXT%\soldep\connctr.hxx
+hedabu: ..\inc\depwin.hxx %_DEST%\inc%_EXT%\soldep\depwin.hxx
+hedabu: ..\inc\graphwin.hxx %_DEST%\inc%_EXT%\soldep\graphwin.hxx
+hedabu: ..\inc\tbox.hxx %_DEST%\inc%_EXT%\soldep\tbox.hxx
+hedabu: ..\inc\hashobj.hxx %_DEST%\inc%_EXT%\soldep\hashobj.hxx
+hedabu: ..\inc\minormk.hxx %_DEST%\inc%_EXT%\soldep\minormk.hxx
+hedabu: ..\inc\prj.hxx %_DEST%\inc%_EXT%\soldep\prj.hxx
+hedabu: ..\inc\dep.hxx %_DEST%\inc%_EXT%\soldep\dep.hxx
+hedabu: ..\inc\prodmap.hxx %_DEST%\inc%_EXT%\soldep\prodmap.hxx
+hedabu: ..\inc\XmlBuildList.hxx %_DEST%\inc%_EXT%\soldep\XmlBuildList.hxx
+hedabu: ..\inc\appdef.hxx %_DEST%\inc%_EXT%\soldep\appdef.hxx
+hedabu: ..\inc\soldlg.hrc %_DEST%\inc%_EXT%\soldep\soldlg.hrc
+
+..\%__SRC%\lib\soldep.lib %_DEST%\lib%_EXT%\soldep.lib
+..\%__SRC%\lib\bootstrpdt.lib %_DEST%\lib%_EXT%\bootstrpdt.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"