Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
van800 committed Mar 4, 2025
1 parent 6b6596a commit f0acf94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion misc/msvs/props.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<NMakeReBuildCommandLine>%%REBUILD%%</NMakeReBuildCommandLine>
<NMakeCleanCommandLine>%%CLEAN%%</NMakeCleanCommandLine>
<NMakeOutput Condition="'$(NMakeOutput)' == ''">%%OUTPUT%%</NMakeOutput>
<LocalDebuggerCommand Condition="'$(LocalDebuggerCommand)' == ''">$(NMakeOutput)</LocalDebuggerCommand>
<NMakePreprocessorDefinitions>%%DEFINES%%;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
<NMakeIncludeSearchPath>%%INCLUDES%%;$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
<NMakeForcedIncludes>$(NMakeForcedIncludes)</NMakeForcedIncludes>
Expand All @@ -22,8 +21,10 @@

<!-- Required for Rider below this line-->
<PropertyGroup Condition=" '$(PlatformToolset)' == 'Clang' ">
<LocalDebuggerCommand Condition="'$(LocalDebuggerCommand)' == ''">$(NMakeOutput)</LocalDebuggerCommand>
<DefaultPlatformToolset>$(PlatformToolset)</DefaultPlatformToolset>
</PropertyGroup>

<Target Name="Build" Condition=" '$(PlatformToolset)' == 'Clang' ">
<Exec Command="$(NMakeBuildCommandLine)"/>
</Target>
Expand Down

0 comments on commit f0acf94

Please sign in to comment.