Did a test and failed, removed reference to ATL

This commit is contained in:
andreja6
2018-09-18 18:43:23 -07:00
parent 9193dfcabb
commit c03160c3fd
3 changed files with 6 additions and 5 deletions

View File

@@ -74,7 +74,7 @@
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="atl.lib"
AdditionalDependencies="Advapi32.lib"
OutputFile="./G3DTest.exe"
LinkIncremental="1"
SuppressStartupBanner="true"
@@ -169,6 +169,7 @@
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="Advapi32.lib"
OutputFile="./G3DTest-Debug.exe"
LinkIncremental="2"
SuppressStartupBanner="true"
@@ -248,10 +249,6 @@
RelativePath=".\CameraController.cpp"
>
</File>
<File
RelativePath=".\Dialogs.rc"
>
</File>
<File
RelativePath=".\Globals.cpp"
>