make/windows/makefiles/vm.make

changeset 9320
8d9ad04d908b
parent 5567
c062a6e1fa33
child 9448
73d689add964
child 9634
d1520f0c3524
     1.1 --- a/make/windows/makefiles/vm.make	Tue Sep 06 13:01:27 2016 +0200
     1.2 +++ b/make/windows/makefiles/vm.make	Mon May 21 03:13:55 2018 -0700
     1.3 @@ -128,8 +128,8 @@
     1.4  
     1.5  !if "$(USE_PRECOMPILED_HEADER)" != "0"
     1.6  CXX_USE_PCH=/Fp"vm.pch" /Yu"precompiled.hpp"
     1.7 -!if "$(COMPILER_NAME)" == "VS2012"
     1.8 -# VS2012 requires this object file to be listed:
     1.9 +!if "$(COMPILER_NAME)" == "VS2012" || "$(COMPILER_NAME)" == "VS2013" || "$(COMPILER_NAME)" == "VS2015" || "$(COMPILER_NAME)" == "VS2017"
    1.10 +# VS2012 and later require this object file to be listed:
    1.11  LD_FLAGS=$(LD_FLAGS) _build_pch_file.obj
    1.12  !endif
    1.13  !else

mercurial