diff options
author | Ingo Bauersachs <ingo@jitsi.org> | 2016-05-09 20:28:17 +0200 |
---|---|---|
committer | Ingo Bauersachs <ingo@jitsi.org> | 2016-05-09 20:28:17 +0200 |
commit | c8d5442c3688e019d8ff934a3016124873fee3c4 (patch) | |
tree | 1817fb19217067451f24c83335f970436db217fa /src/native | |
parent | 65ee92469b1ba679ca32d5d396614e1ed015a6a5 (diff) | |
download | jitsi-c8d5442c3688e019d8ff934a3016124873fee3c4.zip jitsi-c8d5442c3688e019d8ff934a3016124873fee3c4.tar.gz jitsi-c8d5442c3688e019d8ff934a3016124873fee3c4.tar.bz2 |
Fix build instructions
Diffstat (limited to 'src/native')
-rw-r--r-- | src/native/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/native/build.xml b/src/native/build.xml index 3fe7794..1168a15 100644 --- a/src/native/build.xml +++ b/src/native/build.xml @@ -641,7 +641,7 @@ http://www.microsoft.com/en-us/download/details.aspx?id=10176 - compile the tlb: cd src/native/windows/msofficecomm - midl "C:\Program Files (x86)\Microsoft Office Communicator\SDK\" + midl "C:\Program Files (x86)\Microsoft Office Communicator\SDK\msgrua.idl" - run ant: ant msofficecomm -DOCS2007SDK=<path here, escape \ with \\> -Darch=32 ant msofficecomm -DOCS2007SDK=<path here, escape \ with \\> -Darch=64 |