mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-08 19:32:39 +08:00
VS2015: Adding a CPP file to a VCPROJ doesn't necessarily update the right file, apparently >:(
This commit is contained in:
parent
eb31f49b95
commit
bbb7cbf58f
@ -644,6 +644,7 @@ copy "$(SolutionDir)\..\CHANGELOG" "$(OutputPath)\changelog.txt"</Command>
|
||||
<ClCompile Include="..\src\builtin\tree_exe.cpp" />
|
||||
<ClCompile Include="..\src\builtin\xcopy_exe.cpp" />
|
||||
<ClCompile Include="..\src\cpu\callback.cpp" />
|
||||
<ClCompile Include="..\src\cpu\core_dyn_x86.cpp" />
|
||||
<ClCompile Include="..\src\cpu\core_full.cpp" />
|
||||
<ClCompile Include="..\src\cpu\core_normal.cpp" />
|
||||
<ClCompile Include="..\src\cpu\core_normal_286.cpp" />
|
||||
|
@ -807,6 +807,9 @@
|
||||
<ClCompile Include="..\src\hardware\snd_pc98\x11\dosio.c">
|
||||
<Filter>Sources\pc98fmboards</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\cpu\core_dyn_x86.cpp">
|
||||
<Filter>Sources\cpu</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\src\aviwriter\avi.h">
|
||||
|
Loading…
x
Reference in New Issue
Block a user