mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 06:41:50 +01:00
Adapted compile-test.bat to new file naming
This commit is contained in:
parent
a9a5109986
commit
d34d3b72a7
@ -1,8 +1,8 @@
|
||||
@echo off
|
||||
capnp compile -ocsharp -I%cd% .\capnp\schema.capnp
|
||||
if %ERRORLEVEL% neq 0 exit /b 1
|
||||
if exist .\capnp\schema.cs (
|
||||
del .\capnp\schema.cs
|
||||
if exist .\capnp\schema.capnp.cs (
|
||||
del .\capnp\schema.capnp.cs
|
||||
) else (
|
||||
exit /b 2
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user