diff options
author | Ingo Bauersachs <ingo@jitsi.org> | 2016-05-09 20:54:46 +0200 |
---|---|---|
committer | Ingo Bauersachs <ingo@jitsi.org> | 2016-05-09 20:54:46 +0200 |
commit | 9158fe15a313a3cb78b85de05386cbd44b0e3406 (patch) | |
tree | d877d88b237d784cb67152b5b8ac13cd694d416c /src/native | |
parent | c9ac8ee2082ea9b8ac8fa190cf6dd68e223ce1d1 (diff) | |
download | jitsi-9158fe15a313a3cb78b85de05386cbd44b0e3406.zip jitsi-9158fe15a313a3cb78b85de05386cbd44b0e3406.tar.gz jitsi-9158fe15a313a3cb78b85de05386cbd44b0e3406.tar.bz2 |
Help developers debugging the office presence integration
Diffstat (limited to 'src/native')
-rw-r--r-- | src/native/windows/msofficecomm/msofficecomm.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/native/windows/msofficecomm/msofficecomm.vcxproj b/src/native/windows/msofficecomm/msofficecomm.vcxproj index 96391df..b74f1d9 100644 --- a/src/native/windows/msofficecomm/msofficecomm.vcxproj +++ b/src/native/windows/msofficecomm/msofficecomm.vcxproj @@ -74,11 +74,13 @@ <LinkIncremental>true</LinkIncremental> <IncludePath>C:\Program Files (x86)\Microsoft Office Communicator\SDK;C:\Java\jdk8\include;C:\Java\jdk8\include\win32;$(IncludePath)</IncludePath> <TargetName>j$(ProjectName)</TargetName> + <OutDir>..\..\..\..\lib\native\windows\</OutDir> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <LinkIncremental>true</LinkIncremental> <TargetName>j$(ProjectName)</TargetName> <IncludePath>C:\Program Files %28x86%29\Microsoft Office Communicator\SDK;C:\Java\JDK8x64\include;C:\Java\JDK8x64\include\win32;$(IncludePath)</IncludePath> + <OutDir>..\..\..\..\lib\native\windows-64\</OutDir> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <LinkIncremental>false</LinkIncremental> |