From 781b2f4e6e7da4c434e6cdfbcfebb20c68110f7c Mon Sep 17 00:00:00 2001 From: momo5502 Date: Fri, 12 Feb 2016 00:39:44 +0100 Subject: [PATCH] No need for that batch anymore. --- tools/protogen.bat | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 tools/protogen.bat diff --git a/tools/protogen.bat b/tools/protogen.bat deleted file mode 100644 index 95a10843..00000000 --- a/tools/protogen.bat +++ /dev/null @@ -1,4 +0,0 @@ -pushd "%~dp0" -mkdir "..\build\src\proto" 2>NUL -protoc.exe -I=../src/Proto --cpp_out=../build/src/proto/ ../src/Proto/node.proto -popd \ No newline at end of file