Christian Köllner 62d5a7e9bd feature: header text in generated files
fixed double-far encoding/decoding bug
2020-04-18 15:06:52 +02:00

3 lines
178 B
Batchfile

@echo off
cd "%~dp0\..\CapnpC.CSharp.Generator.Tests\No Resources"
for /f %%f in ('dir /b "*.capnp"') do capnp compile -o- %%f -I"..\..\include" > "..\Embedded Resources\%%f.bin"