Fix incremental build of mscordaccore (#9982)
authorJan Vorlicek <janvorli@microsoft.com>
Tue, 7 Mar 2017 21:41:22 +0000 (22:41 +0100)
committerGitHub <noreply@github.com>
Tue, 7 Mar 2017 21:41:22 +0000 (22:41 +0100)
commitbe4ab599db716c105956befffc39a303682ad801
tree7f8d7fe527a72b4d1eace50d0f309488d6924ee1
parent509a6b5d5cca156000fd8d2296c253365d02a75d
Fix incremental build of mscordaccore (#9982)

* Fix incremental build of mscordaccore

This change sets up proper dependency for the mscordaccore build and stops
using PRE_LINK command which is executed always.
The way it solves the problem is that it creates an object library from the
mscordac.cpp and then lets the mscordaccore.exp be generated from that object
and finally use both that object library and the mscordaccore.exp while building
mscordaccore.
src/dlls/mscordac/CMakeLists.txt