Skip to content

Commit

Permalink
fix visual studio project files (stupid GIT!!!)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Armstrong committed May 20, 2019
1 parent 21c62aa commit 72447d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projectfiles/visualstudio-2019/fba_vs2010.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,8 @@ del %(Filename).exe</Command>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">cl ..\..\src\burn\drv\pgm\%(Filename).cpp
%(Filename).exe &gt; generated\pgm_sprite.h
del %(Filename).obj
del %(Filename).exe</Command>
del %(Filename).exe
</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">pgm_sprite.h</Outputs>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">cl ..\..\src\burn\drv\pgm\%(Filename).cpp
%(Filename).exe &gt; generated\pgm_sprite.h
Expand Down

0 comments on commit 72447d0

Please sign in to comment.