Skip to content

Commit

Permalink
update vs2010 project files according to latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Chun-Ying Huang committed Oct 18, 2013
1 parent ef9abbd commit 489de05
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ga/vs2010/ga-hook/ga-hook.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,20 +72,24 @@
<ItemGroup>
<ClCompile Include="..\..\server\event-driven\ctrl-sdl.cpp" />
<ClCompile Include="..\..\server\event-driven\ga-hook-common.cpp" />
<ClCompile Include="..\..\server\event-driven\ga-hook-sdlaudio.cpp" />
<ClCompile Include="..\..\server\event-driven\ga-hook-sdl.cpp" />
<ClCompile Include="..\..\server\event-driven\ga-hook.cpp" />
<ClCompile Include="..\..\server\event-driven\hook-function.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\server\event-driven\ctrl-sdl.h" />
<ClInclude Include="..\..\server\event-driven\ga-hook-common.h" />
<ClInclude Include="..\..\server\event-driven\ga-hook-sdlaudio.h" />
<ClInclude Include="..\..\server\event-driven\ga-hook-sdl.h" />
<ClInclude Include="..\..\server\event-driven\hook-common.h" />
<ClInclude Include="..\..\server\event-driven\hook-function.h" />
<ClInclude Include="..\..\server\event-driven\sdl12-audio.h" />
<ClInclude Include="..\..\server\event-driven\sdl12-event.h" />
<ClInclude Include="..\..\server\event-driven\sdl12-mouse.h" />
<ClInclude Include="..\..\server\event-driven\sdl12-video.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

0 comments on commit 489de05

Please sign in to comment.