$(PyBuildDir)genhdr\ $(PyBaseDir)py\ $(PyBaseDir)ports\unix\qstrdefsport.h $(PySrcDir)qstrdefs.h $(DestDir)qstrdefscollected.h $(DestDir)qstrdefs.generated.h $(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 $([System.String]::new('%(FullPath)').Replace('$(PyBaseDir)', '')) $(QstrGen).tmp $(DestDir)mpversion.h $(DestFile).tmp MICROPY_MODULE_FROZEN_MPY=1;MICROPY_QSTR_EXTRA_POOL=mp_qstr_frozen_const_pool;%(PreprocessorDefinitions)