updating basebrowser and PPEmbed project file to reflect mozipcd being

renamed mozilla-ipcd.  see bug 226481.  r/sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@151984 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
darin%meer.net
2004-01-28 22:33:34 +00:00
parent b0fa299987
commit 75b5c84bb5
4 changed files with 4 additions and 4 deletions

View File

@@ -454,7 +454,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "#!/bin/sh\n\nDIST_BIN=../../../dist/bin\nEXECUTABLES_DIR=\"${SYMROOT}/${PRODUCT_NAME}.${WRAPPER_EXTENSION}/Contents/MacOS\"\n\nif [ -n \"$PROFILESHARING\" ]; then\n rsync -a -L $DIST_BIN/ipc \"$EXECUTABLES_DIR\" || exit 1\n rsync -a -L $DIST_BIN/mozipcd \"$EXECUTABLES_DIR\" || exit 1\n rsync -a -L $DIST_BIN/components/libipcdc.dylib \"$EXECUTABLES_DIR\"/components/ || exit 1\n rsync -a -L $DIST_BIN/components/libtransmngr_client.dylib \"$EXECUTABLES_DIR\"/components/ || exit 1\nfi\n";
shellScript = "#!/bin/sh\n\nDIST_BIN=../../../dist/bin\nEXECUTABLES_DIR=\"${SYMROOT}/${PRODUCT_NAME}.${WRAPPER_EXTENSION}/Contents/MacOS\"\n\nif [ -n \"$PROFILESHARING\" ]; then\n rsync -a -L $DIST_BIN/ipc \"$EXECUTABLES_DIR\" || exit 1\n rsync -a -L $DIST_BIN/mozilla-ipcd \"$EXECUTABLES_DIR\" || exit 1\n rsync -a -L $DIST_BIN/components/libipcdc.dylib \"$EXECUTABLES_DIR\"/components/ || exit 1\n rsync -a -L $DIST_BIN/components/libtransmngr_client.dylib \"$EXECUTABLES_DIR\"/components/ || exit 1\nfi\n";
};
7964A6AC03E9CA6700202892 = {
buildActionMask = 2147483647;

View File

@@ -128,7 +128,7 @@ components\profile.dll
components\profile.xpt
; profile sharing - optional
mozipcd.exe
mozilla-ipcd.exe
ipc\modules\lockmodule.dll
ipc\modules\transmgr.dll
components\ipcdc.dll

View File

@@ -144,7 +144,7 @@ components/mozreg.xpt
; profile sharing - optional
ipc/modules/liblockmodule.dylib
ipc/modules/libtransmgr.dylib
mozipcd
mozilla-ipcd
components/libipcdc.dylib
; wallet

View File

@@ -134,7 +134,7 @@ components\profile.dll
components\profile.xpt
; profile sharing - optional
mozipcd.exe
mozilla-ipcd.exe
ipc\modules\lockmodule.dll
ipc\modules\transmgr.dll
components\ipcdc.dll