update code
This commit is contained in:
7
include/Proto/generate_python.bat
Normal file
7
include/Proto/generate_python.bat
Normal file
@@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
chcp 65001
|
||||
for /r %~dp0 %%h in (*.proto) do (
|
||||
echo 转换:%%h
|
||||
protoc.exe -I=%~dp0 --cpp_out=%~dp0 %%h
|
||||
)
|
||||
pause
|
||||
Reference in New Issue
Block a user