| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |
| |
| |
| |
| |
| | |
Python's os.path.split() does not split the path into its components.
Instead, split the path with str.split() using the OS's file system
separator.
|
| | |
| |
| |
| |
| |
| |
| | |
MSBuild automatically includes the output objects of the CustomBuildStep
in the link command. If the objects are additionally added to the project,
they will be put twice on the linker command, which leads to LNK4042
warning.
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
MSBuild does not allow multiple CustomBuildStep elements. Therefore, all
input / output files and generator commands must be concatenated and put
into a single CustomBuildStep.
|
| | |
| |
| |
| |
| | |
MSBuild uses the <Object Include='FILE'/> syntax to add prebuilt object
files to the project.
|
| |/ |
|
| |
|