Skip to content

Commit e9c5575

Browse files
author
Kirby
committed
Updated Windows.
1 parent 782f51f commit e9c5575

7 files changed

Lines changed: 8 additions & 24 deletions

File tree

windows-setup.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Easy Automatic Installation (Requires Visual Studio 2012):
22
Run tsgl-setup.exe, installing to this directory (which should be the default location)
33
Open tsgl.sln in Visual Studio 2012
4+
Right click on tsgl -> Build
45
Right click on solution -> Build Solution
56
Done! Right click on any of the test projects -> Debug -> Start New Instance to get started!
67

windows/tsgl.sdf

46.6 MB
Binary file not shown.

windows/tsgl.sln

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testNewtonPendulum", "vs201
113113
{4436E331-0E22-4404-B1CB-CCC5B20C459E} = {4436E331-0E22-4404-B1CB-CCC5B20C459E}
114114
EndProjectSection
115115
EndProject
116-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testNova", "vs2012\testNova.vcxproj", "{AB9E7E75-6E28-4AD0-A6E6-AA98E06AE4D2}"
117-
ProjectSection(ProjectDependencies) = postProject
118-
{4436E331-0E22-4404-B1CB-CCC5B20C459E} = {4436E331-0E22-4404-B1CB-CCC5B20C459E}
119-
EndProjectSection
120-
EndProject
121116
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testPong", "vs2012\testPong.vcxproj", "{04E2B42D-18F0-4ABF-A5AA-127F0ADA61E7}"
122117
ProjectSection(ProjectDependencies) = postProject
123118
{4436E331-0E22-4404-B1CB-CCC5B20C459E} = {4436E331-0E22-4404-B1CB-CCC5B20C459E}
@@ -305,10 +300,6 @@ Global
305300
{FB523785-E427-45D7-8A4F-6C3ADCFD0AC7}.Debug|Win32.Build.0 = Debug|Win32
306301
{FB523785-E427-45D7-8A4F-6C3ADCFD0AC7}.Release|Win32.ActiveCfg = Release|Win32
307302
{FB523785-E427-45D7-8A4F-6C3ADCFD0AC7}.Release|Win32.Build.0 = Release|Win32
308-
{AB9E7E75-6E28-4AD0-A6E6-AA98E06AE4D2}.Debug|Win32.ActiveCfg = Debug|Win32
309-
{AB9E7E75-6E28-4AD0-A6E6-AA98E06AE4D2}.Debug|Win32.Build.0 = Debug|Win32
310-
{AB9E7E75-6E28-4AD0-A6E6-AA98E06AE4D2}.Release|Win32.ActiveCfg = Release|Win32
311-
{AB9E7E75-6E28-4AD0-A6E6-AA98E06AE4D2}.Release|Win32.Build.0 = Release|Win32
312303
{04E2B42D-18F0-4ABF-A5AA-127F0ADA61E7}.Debug|Win32.ActiveCfg = Debug|Win32
313304
{04E2B42D-18F0-4ABF-A5AA-127F0ADA61E7}.Debug|Win32.Build.0 = Debug|Win32
314305
{04E2B42D-18F0-4ABF-A5AA-127F0ADA61E7}.Release|Win32.ActiveCfg = Release|Win32

windows/tsgl.vcxproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ copy "$(SolutionDir)lib\zlib1.dll" "$(SolutionDir)Debug\zlib1.dll";
8686
<ClCompile Include="src\tsgl\Canvas.cpp" />
8787
<ClCompile Include="src\tsgl\CartesianCanvas.cpp" />
8888
<ClCompile Include="src\tsgl\Color.cpp" />
89-
<ClCompile Include="src\tsgl\ColoredPolygon.cpp" />
9089
<ClCompile Include="src\tsgl\ConcavePolygon.cpp" />
9190
<ClCompile Include="src\tsgl\ConvexPolygon.cpp" />
9291
<ClCompile Include="src\TSGL\Error.cpp" />
@@ -101,14 +100,14 @@ copy "$(SolutionDir)lib\zlib1.dll" "$(SolutionDir)Debug\zlib1.dll";
101100
<ClCompile Include="src\tsgl\TextureHandler.cpp" />
102101
<ClCompile Include="src\tsgl\Timer.cpp" />
103102
<ClCompile Include="src\tsgl\Triangle.cpp" />
103+
<ClCompile Include="src\TSGL\TriangleStrip.cpp" />
104104
<ClCompile Include="src\TSGL\VisualTaskQueue.cpp" />
105105
</ItemGroup>
106106
<ItemGroup>
107107
<ClInclude Include="src\tsgl\Array.h" />
108108
<ClInclude Include="src\tsgl\Canvas.h" />
109109
<ClInclude Include="src\tsgl\CartesianCanvas.h" />
110110
<ClInclude Include="src\tsgl\Color.h" />
111-
<ClInclude Include="src\tsgl\ColoredPolygon.h" />
112111
<ClInclude Include="src\tsgl\ConcavePolygon.h" />
113112
<ClInclude Include="src\tsgl\ConvexPolygon.h" />
114113
<ClInclude Include="src\TSGL\Error.h" />

windows/tsgl.vcxproj.filters

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@
2424
<ClCompile Include="src\tsgl\Color.cpp">
2525
<Filter>Source Files</Filter>
2626
</ClCompile>
27-
<ClCompile Include="src\tsgl\ColoredPolygon.cpp">
28-
<Filter>Source Files</Filter>
29-
</ClCompile>
3027
<ClCompile Include="src\tsgl\ConcavePolygon.cpp">
3128
<Filter>Source Files</Filter>
3229
</ClCompile>
@@ -57,9 +54,6 @@
5754
<ClCompile Include="src\tsgl\Triangle.cpp">
5855
<Filter>Source Files</Filter>
5956
</ClCompile>
60-
<ClCompile Include="src\TSGL\VisualQueue.cpp">
61-
<Filter>Source Files</Filter>
62-
</ClCompile>
6357
<ClCompile Include="src\TSGL\ProgressBar.cpp">
6458
<Filter>Source Files</Filter>
6559
</ClCompile>
@@ -75,6 +69,9 @@
7569
<ClCompile Include="src\TSGL\VisualTaskQueue.cpp">
7670
<Filter>Source Files</Filter>
7771
</ClCompile>
72+
<ClCompile Include="src\TSGL\TriangleStrip.cpp">
73+
<Filter>Source Files</Filter>
74+
</ClCompile>
7875
</ItemGroup>
7976
<ItemGroup>
8077
<ClInclude Include="src\tsgl\Array.h">
@@ -89,9 +86,6 @@
8986
<ClInclude Include="src\tsgl\Color.h">
9087
<Filter>Header Files</Filter>
9188
</ClInclude>
92-
<ClInclude Include="src\tsgl\ColoredPolygon.h">
93-
<Filter>Header Files</Filter>
94-
</ClInclude>
9589
<ClInclude Include="src\tsgl\ConcavePolygon.h">
9690
<Filter>Header Files</Filter>
9791
</ClInclude>
@@ -134,9 +128,6 @@
134128
<ClInclude Include="src\tsgl\tsgl.h">
135129
<Filter>Header Files</Filter>
136130
</ClInclude>
137-
<ClInclude Include="src\TSGL\VisualQueue.h">
138-
<Filter>Header Files</Filter>
139-
</ClInclude>
140131
<ClInclude Include="src\TSGL\TsglAssert.h">
141132
<Filter>Header Files</Filter>
142133
</ClInclude>

windows/tsgl.vcxproj.user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<ShowAllFiles>true</ShowAllFiles>
4+
<ShowAllFiles>false</ShowAllFiles>
55
</PropertyGroup>
66
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
77
<LocalDebuggerEnvironment>PATH=$(TsglDllDir);%PATH%

windows/vs2012/testMandelbrot.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,15 @@
7070
<ClCompile Include="..\src\tests\Mandelbrot\GradientMandelbrot.cpp" />
7171
<ClCompile Include="..\src\tests\Mandelbrot\Julia.cpp" />
7272
<ClCompile Include="..\src\tests\Mandelbrot\Mandelbrot.cpp" />
73+
<ClCompile Include="..\src\tests\Mandelbrot\Nova.cpp" />
7374
<ClCompile Include="..\src\tests\testMandelbrot.cpp" />
7475
</ItemGroup>
7576
<ItemGroup>
7677
<ClInclude Include="..\src\tests\Mandelbrot\Buddhabrot.h" />
7778
<ClInclude Include="..\src\tests\Mandelbrot\GradientMandelbrot.h" />
7879
<ClInclude Include="..\src\tests\Mandelbrot\Julia.h" />
7980
<ClInclude Include="..\src\tests\Mandelbrot\Mandelbrot.h" />
81+
<ClInclude Include="..\src\tests\Mandelbrot\Nova.h" />
8082
</ItemGroup>
8183
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
8284
<ImportGroup Label="ExtensionTargets">

0 commit comments

Comments
 (0)