-
Bug
-
Resolution: Fixed
-
P4
-
hs20
-
generic
-
windows
The dependency mechanism is broken when building from the command line on Windows.
Source files are not recompiled when changing a header file that's included in the precompiled header. Source files that do not include the precompiled header are recompiled. The .pch file is never recompiled.
This means that the build directory has to be deleted before each recompile.
Source files are not recompiled when changing a header file that's included in the precompiled header. Source files that do not include the precompiled header are recompiled. The .pch file is never recompiled.
This means that the build directory has to be deleted before each recompile.