mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 23:01:44 +01:00
3 lines
178 B
Batchfile
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" |