Skip to content

Commit

Permalink
Merge pull request #87 from hfiref0x/patch141
Browse files Browse the repository at this point in the history
Update KDU project configuration
  • Loading branch information
hfiref0x committed Jan 7, 2024
2 parents faefdf5 + eccadfb commit ce226c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Hamakaze/KDU.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
<PostBuildEvent>
<Command>$(ProjectDir)Utils\GenAsIo2Unlock .\output\$(Platform)\$(Configuration)\$(TargetName)$(TargetExt)</Command>
<Command>"$(ProjectDir)Utils\GenAsIo2Unlock" .\output\$(Platform)\$(Configuration)\$(TargetName)$(TargetExt)</Command>
</PostBuildEvent>
<MASM>
<AssembledCodeListingFile>shellstager.lst</AssembledCodeListingFile>
Expand Down Expand Up @@ -107,7 +107,7 @@
<MinimumRequiredVersion>6.0</MinimumRequiredVersion>
</Link>
<PostBuildEvent>
<Command>$(ProjectDir)Utils\GenAsIo2Unlock .\output\$(Platform)\$(Configuration)\$(TargetName)$(TargetExt)</Command>
<Command>"$(ProjectDir)Utils\GenAsIo2Unlock" .\output\$(Platform)\$(Configuration)\$(TargetName)$(TargetExt)</Command>
</PostBuildEvent>
<MASM>
<GenerateDebugInformation>false</GenerateDebugInformation>
Expand Down

0 comments on commit ce226c7

Please sign in to comment.