6 lines
198 B
Batchfile
6 lines
198 B
Batchfile
@echo off
|
|
setlocal
|
|
set PATH=C:\ncs\toolchains\fd21892d0f\opt\bin;%PATH%
|
|
"C:\ncs\toolchains\fd21892d0f\opt\bin\python.exe" "C:\ncs\v3.2.4\modules\lib\nanopb\generator\protoc" %*
|
|
exit /b %ERRORLEVEL%
|