Skip to content

Commit

Permalink
build against beta tree
Browse files Browse the repository at this point in the history
  • Loading branch information
bit committed Jul 3, 2011
1 parent 24284a8 commit 78b1208
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ipc/build_linux32.sh
@@ -1,6 +1,6 @@
#!/bin/bash
name=firegpg
MOZBUILD=$HOME/src/mozilla-central/obj-ff-release
MOZBUILD=$HOME/src/mozilla-beta/obj-ff-release

cd `dirname $0`
IPC=`pwd`
Expand Down
2 changes: 1 addition & 1 deletion ipc/build_linux64.sh
@@ -1,6 +1,6 @@
#!/bin/bash
name=firegpg
MOZBUILD=$HOME/src/mozilla-central/obj-ff-release
MOZBUILD=$HOME/src/mozilla-beta/obj-ff-release

cd `dirname $0`
IPC=`pwd`
Expand Down
2 changes: 1 addition & 1 deletion ipc/build_osx.sh
@@ -1,6 +1,6 @@
#!/bin/bash
name=firegpg
MOZBUILD=$HOME/src/mozilla-central/obj-x86_64-apple-darwin10.6.0
MOZBUILD=$HOME/src/mozilla-beta/obj-x86_64-apple-darwin10.6.0

cd `dirname $0`
IPC=`pwd`
Expand Down
2 changes: 1 addition & 1 deletion ipc/build_win32.sh
@@ -1,6 +1,6 @@
#!/bin/sh
name=firegpg
MOZBUILD=$HOME/src/mozilla-central/ff-opt
MOZBUILD=$HOME/src/mozilla-beta/ff-opt

cd `dirname $0`

Expand Down
6 changes: 3 additions & 3 deletions ipc/chrome.manifest
@@ -1,10 +1,10 @@
resource firegpg modules/
resource firegpg modules/

interfaces components/firegpg_ipc.xpt
binary-component components/libfiregpg_ipc.dylib ABI=Darwin_x86-gcc3
binary-component components/libfiregpg_ipc.dylib ABI=Darwin_x86_64-gcc3
binary-component components/libfiregpg_ipc.so ABI=Linux_x86_64-gcc3
binary-component components/libfiregpg_ipc.so ABI=Linux_x86-gcc3
binary-component components/libfiregpg_ipc.64.so ABI=Linux_x86_64-gcc3
binary-component components/libfiregpg_ipc.32.so ABI=Linux_x86-gcc3
binary-component components/firegpg_ipc.dll ABI=WINNT_x86-msvc
contract @getfiregpg.org/ipc/ipc-buffer;1 {babce0c1-7ab1-11d4-8f02-a06008948af5}
contract @getfiregpg.org/ipc/pipe-transport;1 {babce001-7ab1-11d4-8f02-a06008948af5}

0 comments on commit 78b1208

Please sign in to comment.