summaryrefslogtreecommitdiff
path: root/registry/prj
diff options
context:
space:
mode:
authorPatrick Luby <pluby@openoffice.org>2000-10-26 23:45:42 +0000
committerPatrick Luby <pluby@openoffice.org>2000-10-26 23:45:42 +0000
commit15ea117ea63188586345cdb6776f26346d119ed7 (patch)
tree043dc29098bd056550bedd15a926073e5faee7ca /registry/prj
parent1969fa63104e49049b23c1c60726701ba5cd4c5f (diff)
Made dos: line only run for Mac OS X
Diffstat (limited to 'registry/prj')
-rw-r--r--registry/prj/d.lst4
1 files changed, 1 insertions, 3 deletions
diff --git a/registry/prj/d.lst b/registry/prj/d.lst
index 22a7d218db47..6dcd5c955b60 100644
--- a/registry/prj/d.lst
+++ b/registry/prj/d.lst
@@ -1,5 +1,4 @@
mkdir: %_DEST%\inc%_EXT%\registry
-mkdir: %_DEST%\lib%_EXT%\libreg2.dylib.framework
..\inc\registry\*.h %_DEST%\inc%_EXT%\registry\*.h
..\inc\registry\*.hxx %_DEST%\inc%_EXT%\registry\*.hxx
@@ -9,7 +8,6 @@ mkdir: %_DEST%\lib%_EXT%\libreg2.dylib.framework
..\%__SRC%\lib\libreg*.so.* %_DEST%\lib%_EXT%\libreg*.so.*
..\%__SRC%\bin\reg*.dll %_DEST%\bin%_EXT%\reg*.dll
..\%__SRC%\lib\libreg*.dylib %_DEST%\lib%_EXT%\libreg*.dylib
-..\%__SRC%\lib\libreg2.dylib.framework\libreg*.dylib %_DEST%\lib%_EXT%\libreg2.dylib.framework\libreg*.dylib
..\%__SRC%\bin\regmerge.exe %_DEST%\bin%_EXT%\regmerge.exe
..\%__SRC%\bin\regview.exe %_DEST%\bin%_EXT%\regview.exe
@@ -17,4 +15,4 @@ mkdir: %_DEST%\lib%_EXT%\libreg2.dylib.framework
..\%__SRC%\bin\regview %_DEST%\bin%_EXT%\regview
..\version.mk %_DEST%\inc%_EXT%\registry\version.mk
-
+dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\libreg*.dylib; fi"