Update the changelog
[opencv] / _make / make_cfg.mak
1 #
2 # Sets paths to the Platform SDK and Intel Compiler
3 #
4
5 !ifndef PSDK
6 PSDK = C:\PSDK\
7 !endif
8
9 !ifndef ICC_HOME
10 ICC_HOME = C:\Program Files\Intel\Compiler\C++\9.0\
11 !endif