blender/build_files
Ray Molenkamp 6239afd36f [MSVC/LNK4199/Cleanup] Delay loading is causing linker warnings.
We recently added delay-loading of the openmp dll's so we no longer had to use
the stub loader, we however put these linker flags on the global linker flags
causing any sub projects not using openmp to spit linker warning 4199 while building,

```
Warning	LNK4199	/DELAYLOAD:vcomp140.dll ignored; no imports found from vcomp140.dll	datatoc	k:\BlenderGit\build_windows_2015a\source\blender\datatoc\LINK	1
```

This patch makes the delay-load only apply to the blender project.

Reviewers: sergey

Subscribers: sergey

Tags: #bf_blender

Differential Revision: https://developer.blender.org/D2092
2016-07-18 15:20:29 +02:00
..
build_environment Install Deps: Use OSL 1.7.3, latest bugfix release. 2016-07-02 18:07:20 +02:00
buildbot Buildobt: Update master config 2016-06-08 12:17:18 +02:00
cmake [MSVC/LNK4199/Cleanup] Delay loading is causing linker warnings. 2016-07-18 15:20:29 +02:00
package_spec Update pacman pkgbuild 2016-07-03 21:14:28 +10:00
utils exclude git/arc files from tgz archive 2015-01-08 22:53:23 +11:00