bindings/java/Swig/CNTKLibraryJavaBinding.vcxproj: change link

This commit is contained in:
Mark Hillebrand 2017-05-22 17:12:45 +02:00
Родитель 9b9f425598
Коммит 288f7d1144
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -129,7 +129,7 @@
</ItemGroup>
<Target Name="CheckDependencies">
<Warning Condition="!$(HasSwig)" Text="The project requires SWIG to be installed. Please see https://github.com/Microsoft/CNTK/wiki/Setup-CNTK-on-Windows#swig for installation instructions." />
<Warning Condition="!$(HasJava)" Text="The project requires the Java JDK to be installed. Please see http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html for installation instructions." />
<Warning Condition="!$(HasJava)" Text="The project requires the Java JDK to be installed. Please see https://github.com/Microsoft/CNTK/wiki/Setup-CNTK-on-Windows#optional-java for installation instructions." />
</Target>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<Target Name="Build" Condition="$(HasSwig) And $(HasJava)" Outputs="$(TargetPath)" DependsOnTargets="$(BuildDependsOn)" />