$(PyBuildDir)genhdr\ $(PyBaseDir)py\ $(PyBaseDir)ports\unix\qstrdefsport.h $(PySrcDir)qstrdefs.h $(DestDir)qstrdefscollected.h $(DestDir)qstrdefs.generated.h $(DestDir)/moduledefs.collected $(DestDir)/root_pointers.collected $(MICROPY_CPYTHON3) python cl.exe $([System.IO.Path]::Combine(`$(CLToolPath)`, `$(CLToolExe)`)) 120 $(PlatformToolset.Replace('v', '')) True False $([System.String]::new('%(FullPath)').Replace('$(PyBaseDir)', '$(DestDir)qstr\')) $([System.IO.Path]::ChangeExtension('%(OutFile)', '.pp')) $([System.IO.Path]::GetDirectoryName('%(OutFile)')) True True $(PyClTool) /nologo /I@(PyIncDirs, ' /I') /D@(PreProcDefs, ' /D') @(QstrDependencies->AnyHaveMetadataValue('Changed', 'True')) @(PyQstrSourceFiles->AnyHaveMetadataValue('Changed', 'True')) $(PyPreProcCommand) /Fi%(OutFile) /P %(Identity) %(OutFile) $(DestDir)moduledefs.h $(DestFile).tmp $(DestDir)root_pointers.h $(DestFile).tmp $(QstrGen).tmp $(DestDir)mpversion.h $(DestFile).tmp MICROPY_MODULE_FROZEN_MPY=1;MICROPY_QSTR_EXTRA_POOL=mp_qstr_frozen_const_pool;%(PreprocessorDefinitions)