Skip to content

Commit

Permalink
Remove TargetFileName property from the NMake template since it's unu…
Browse files Browse the repository at this point in the history
…sed and was wrong anyway
  • Loading branch information
belkiss committed Jul 4, 2021
1 parent 89d504f commit 7e7a753
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -262,7 +262,6 @@ public abstract partial class BasePlatform
<NMakeOutput>[options.OutputFile]</NMakeOutput>
<NMakePreprocessorDefinitions>[options.PreprocessorDefinitions]</NMakePreprocessorDefinitions>
<NMakeIncludeSearchPath>[options.AdditionalIncludeDirectories]</NMakeIncludeSearchPath>
<TargetFileName>[options.OutputFileName].exe</TargetFileName>
</PropertyGroup>
";

Expand Down

0 comments on commit 7e7a753

Please sign in to comment.