Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiago Reis committed Feb 12, 2018
1 parent 5fa9e20 commit f9d4f43
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 278 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,6 @@ packages/
debug
/output/*.exe
/output/*.pdb
/projects/CUDA-Engine/output.txt
/projects/CUDA-Engine/*.pdb
/projects/CUDA-Naive-Engine/*.pdb
/projects/CUDA-Naive-Ray-Tracer/*.pdb
Binary file removed projects/CUDA-Engine/vc100.pdb
Binary file not shown.
Binary file removed projects/CUDA-Engine/vc120.pdb
Binary file not shown.
51 changes: 0 additions & 51 deletions projects/CUDA-Naive-Engine/backup.txt

This file was deleted.

95 changes: 0 additions & 95 deletions projects/CUDA-Naive-Engine/output.txt

This file was deleted.

Binary file removed projects/CUDA-Naive-Engine/vc100.pdb
Binary file not shown.
128 changes: 0 additions & 128 deletions projects/CUDA-Naive-Ray-Tracer/Activity.nvact

This file was deleted.

6 changes: 3 additions & 3 deletions projects/CUDA-Naive-Ray-Tracer/CUDA Naive Ray Tracer.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>true</LinkIncremental>
<OutDir>$(SolutionDir)output\</OutDir>
<IncludePath>$(SolutionDir)\dependencies\soil\include;$(SolutionDir)\dependencies\cuda\include;$(SolutionDir)\dependencies\glew\include;$(SolutionDir)\dependencies\freeglut\include;$(SolutionDir)\dependencies\freeimage\include;$(IncludePath)</IncludePath>
<LibraryPath>$(SolutionDir)\dependencies\soil\lib;$(SolutionDir)\dependencies\glew\lib;$(SolutionDir)\dependencies\freeglut\lib;$(SolutionDir)\dependencies\freeimage\lib;$(SolutionDir)\dependencies\cuda\lib\Win32;$(LibraryPath)</LibraryPath>
<IncludePath>$(SolutionDir)\dependencies\soil\include;$(SolutionDir)\dependencies\cuda\include;$(SolutionDir)\dependencies\glew\include;$(SolutionDir)\dependencies\freeglut\include;$(IncludePath)</IncludePath>
<LibraryPath>$(SolutionDir)\dependencies\soil\lib;$(SolutionDir)\dependencies\glew\lib;$(SolutionDir)\dependencies\freeglut\lib;$(SolutionDir)\dependencies\cuda\lib\Win32;$(LibraryPath)</LibraryPath>
<SourcePath>$(ProjectDir)\source</SourcePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Static Release|Win32'">
Expand Down Expand Up @@ -165,7 +165,7 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<AdditionalDependencies>freeglut.lib;freeimage.lib;glew32.lib;cudart.lib;cuda.lib;soil.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>freeglut.lib;glew32.lib;cudart.lib;cuda.lib;soil.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<CudaCompile>
<HostDebugInfo>false</HostDebugInfo>
Expand Down
Binary file removed projects/CUDA-Naive-Ray-Tracer/vc100.pdb
Binary file not shown.

0 comments on commit f9d4f43

Please sign in to comment.