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
commit3d75f33358658dad09c27527365d2e443cf81fd6 (patch)
tree7b8619d60b74b7915d57d34d6e15c1cc395e59b7 /registry/prj
parent19289e25214e5514913e0c21138b13cd481c52e3 (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 22a7d218d..6dcd5c955 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"