Skip to content

Commit a9efab3

Browse files
author
Robert Norris
committed
Merge remote-tracking branch 'fluffyfreak/SectorCacheVSFix'
2 parents bc11372 + 2d452de commit a9efab3

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

win32/vc2012/galaxy/galaxy.vcxproj

+2
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
<ClCompile Include="..\..\..\src\galaxy\CustomSystem.cpp" />
9595
<ClCompile Include="..\..\..\src\galaxy\Galaxy.cpp" />
9696
<ClCompile Include="..\..\..\src\galaxy\Sector.cpp" />
97+
<ClCompile Include="..\..\..\src\galaxy\SectorCache.cpp" />
9798
<ClCompile Include="..\..\..\src\galaxy\StarSystem.cpp" />
9899
<ClCompile Include="..\..\..\src\galaxy\SystemPath.cpp" />
99100
<ClCompile Include="..\..\..\src\win32\pch.cpp">
@@ -106,6 +107,7 @@
106107
<ClInclude Include="..\..\..\src\galaxy\CustomSystem.h" />
107108
<ClInclude Include="..\..\..\src\galaxy\Galaxy.h" />
108109
<ClInclude Include="..\..\..\src\galaxy\Sector.h" />
110+
<ClInclude Include="..\..\..\src\galaxy\SectorCache.h" />
109111
<ClInclude Include="..\..\..\src\galaxy\StarSystem.h" />
110112
<ClInclude Include="..\..\..\src\galaxy\SystemPath.h" />
111113
<ClInclude Include="..\..\..\src\win32\pch.h" />

win32/vc2012/galaxy/galaxy.vcxproj.filters

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<ClCompile Include="..\..\..\src\win32\pch.cpp">
1010
<Filter>win32</Filter>
1111
</ClCompile>
12+
<ClCompile Include="..\..\..\src\galaxy\SectorCache.cpp" />
1213
</ItemGroup>
1314
<ItemGroup>
1415
<ClInclude Include="..\..\..\src\galaxy\CustomSystem.h" />
@@ -19,6 +20,7 @@
1920
<ClInclude Include="..\..\..\src\win32\pch.h">
2021
<Filter>win32</Filter>
2122
</ClInclude>
23+
<ClInclude Include="..\..\..\src\galaxy\SectorCache.h" />
2224
</ItemGroup>
2325
<ItemGroup>
2426
<Filter Include="win32">

win32/vc2013Express/galaxy/galaxy.vcxproj

+2
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
<ClCompile Include="..\..\..\src\galaxy\CustomSystem.cpp" />
9595
<ClCompile Include="..\..\..\src\galaxy\Galaxy.cpp" />
9696
<ClCompile Include="..\..\..\src\galaxy\Sector.cpp" />
97+
<ClCompile Include="..\..\..\src\galaxy\SectorCache.cpp" />
9798
<ClCompile Include="..\..\..\src\galaxy\StarSystem.cpp" />
9899
<ClCompile Include="..\..\..\src\galaxy\SystemPath.cpp" />
99100
<ClCompile Include="..\..\..\src\win32\pch.cpp">
@@ -106,6 +107,7 @@
106107
<ClInclude Include="..\..\..\src\galaxy\CustomSystem.h" />
107108
<ClInclude Include="..\..\..\src\galaxy\Galaxy.h" />
108109
<ClInclude Include="..\..\..\src\galaxy\Sector.h" />
110+
<ClInclude Include="..\..\..\src\galaxy\SectorCache.h" />
109111
<ClInclude Include="..\..\..\src\galaxy\StarSystem.h" />
110112
<ClInclude Include="..\..\..\src\galaxy\SystemPath.h" />
111113
<ClInclude Include="..\..\..\src\win32\pch.h" />

win32/vc2013Express/galaxy/galaxy.vcxproj.filters

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<ClCompile Include="..\..\..\src\win32\pch.cpp">
1010
<Filter>win32</Filter>
1111
</ClCompile>
12+
<ClCompile Include="..\..\..\src\galaxy\SectorCache.cpp" />
1213
</ItemGroup>
1314
<ItemGroup>
1415
<ClInclude Include="..\..\..\src\galaxy\CustomSystem.h" />
@@ -19,6 +20,7 @@
1920
<ClInclude Include="..\..\..\src\win32\pch.h">
2021
<Filter>win32</Filter>
2122
</ClInclude>
23+
<ClInclude Include="..\..\..\src\galaxy\SectorCache.h" />
2224
</ItemGroup>
2325
<ItemGroup>
2426
<Filter Include="win32">

win32/vc2013Express/pioneer.vcxproj

-2
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@
237237
<ClCompile Include="..\..\src\Projectile.cpp" />
238238
<ClCompile Include="..\..\src\PropertyMap.cpp" />
239239
<ClCompile Include="..\..\src\SDLWrappers.cpp" />
240-
<ClCompile Include="..\..\src\SectorCache.cpp" />
241240
<ClCompile Include="..\..\src\SectorView.cpp" />
242241
<ClCompile Include="..\..\src\Serializer.cpp" />
243242
<ClCompile Include="..\..\src\Sfx.cpp" />
@@ -391,7 +390,6 @@
391390
<ClInclude Include="..\..\src\RefCounted.h" />
392391
<ClInclude Include="..\..\src\RefList.h" />
393392
<ClInclude Include="..\..\src\SDLWrappers.h" />
394-
<ClInclude Include="..\..\src\SectorCache.h" />
395393
<ClInclude Include="..\..\src\SectorView.h" />
396394
<ClInclude Include="..\..\src\Serializer.h" />
397395
<ClInclude Include="..\..\src\Sfx.h" />

win32/vc2013Express/pioneer.vcxproj.filters

-6
Original file line numberDiff line numberDiff line change
@@ -447,9 +447,6 @@
447447
<ClCompile Include="..\..\src\SpeedLines.cpp">
448448
<Filter>src</Filter>
449449
</ClCompile>
450-
<ClCompile Include="..\..\src\SectorCache.cpp">
451-
<Filter>src</Filter>
452-
</ClCompile>
453450
</ItemGroup>
454451
<ItemGroup>
455452
<ClInclude Include="..\..\src\Aabb.h">
@@ -911,9 +908,6 @@
911908
<ClInclude Include="..\..\src\SpeedLines.h">
912909
<Filter>src</Filter>
913910
</ClInclude>
914-
<ClInclude Include="..\..\src\SectorCache.h">
915-
<Filter>src</Filter>
916-
</ClInclude>
917911
</ItemGroup>
918912
<ItemGroup>
919913
<ResourceCompile Include="..\..\src\win32\pioneer.rc">

0 commit comments

Comments
 (0)