Skip to content

Commit

Permalink
add SmartPtr.h to msvc builds
Browse files Browse the repository at this point in the history
  • Loading branch information
robn committed Nov 15, 2011
1 parent cfe0a4f commit 250ccc4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions win32/vc2008/pioneer-msvc-9.0.vcproj
Expand Up @@ -1674,6 +1674,10 @@
RelativePath="..\..\src\ShipType.h"
>
</File>
<File
RelativePath="..\..\src\SmartPtr.h"
>
</File>
<File
RelativePath="..\..\src\Sound.h"
>
Expand Down
1 change: 1 addition & 0 deletions win32/vc2010/pioneer.vcxproj
Expand Up @@ -474,6 +474,7 @@
<ClInclude Include="..\..\src\ShipFlavour.h" />
<ClInclude Include="..\..\src\ShipSpinnerWidget.h" />
<ClInclude Include="..\..\src\ShipType.h" />
<ClInclude Include="..\..\src\SmartPtr.h" />
<ClInclude Include="..\..\src\Sound.h" />
<ClInclude Include="..\..\src\SoundMusic.h" />
<ClInclude Include="..\..\src\Space.h" />
Expand Down
5 changes: 4 additions & 1 deletion win32/vc2010/pioneer.vcxproj.filters
Expand Up @@ -1139,10 +1139,13 @@
<ClInclude Include="..\src\Gamma.h">
<Filter>win32\src</Filter>
</ClInclude>
<ClInclude Include="..\..\src\SmartPtr.h">
<Filter>src</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="..\..\src\Makefile.am">
<Filter>src</Filter>
</None>
</ItemGroup>
</Project>
</Project>

0 comments on commit 250ccc4

Please sign in to comment.