more work on win bin ci

This commit is contained in:
Eric Froemling 2021-06-09 20:26:50 -05:00
parent 3114cdf61e
commit 81c332e574
No known key found for this signature in database
GPG Key ID: 89C93F0F8D6D5A98

View File

@ -834,11 +834,13 @@ def win_ci_binary_build() -> None:
'BallisticaCoreGenericInternal.pdb') 'BallisticaCoreGenericInternal.pdb')
get_target('ballisticacore-windows/Generic/BallisticaCore.ico') get_target('ballisticacore-windows/Generic/BallisticaCore.ico')
if bool(False):
subprocess.run( subprocess.run(
[ [
'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\' 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\'
'Community\\MSBuild\\Current\\Bin\\MSBuild.exe', 'Community\\MSBuild\\Current\\Bin\\MSBuild.exe',
'ballisticacore-windows\\Generic\\BallisticaCoreGeneric.vcxproj', 'ballisticacore-windows\\Generic'
'\\BallisticaCoreGeneric.vcxproj',
'-target:Build', '-target:Build',
'-property:Configuration=Debug', '-property:Configuration=Debug',
'-property:Platform=Win32', '-property:Platform=Win32',