Skip to content

Commit

Permalink
use CComPtr wherever possible, migrate to c++latest
Browse files Browse the repository at this point in the history
  • Loading branch information
wbenny committed Jun 19, 2019
1 parent e443dca commit 000374f
Show file tree
Hide file tree
Showing 8 changed files with 178 additions and 170 deletions.
2 changes: 1 addition & 1 deletion Scripts/env.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@echo off
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\Tools\VsDevCmd.bat"
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\Common7\Tools\VsDevCmd.bat"
2 changes: 1 addition & 1 deletion Scripts/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def test_compile(file_vcxproj, file_c, file_h, platform):
'file_vcxproj' : file_vcxproj,
'configuration' : 'debug',
'platform' : platform,
'platformtoolset' : 'v141'
'platformtoolset' : 'v142'
}

if VERBOSITY_LEVEL >= 1:
Expand Down
Loading

0 comments on commit 000374f

Please sign in to comment.