mirror of
https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git
synced 2025-03-12 14:51:41 +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
|
@echo off
|
||||||
capnp compile -ocsharp -I%cd% .\capnp\schema.capnp
|
capnp compile -ocsharp -I%cd% .\capnp\schema.capnp
|
||||||
if %ERRORLEVEL% neq 0 exit /b 1
|
if %ERRORLEVEL% neq 0 exit /b 1
|
||||||
if exist .\capnp\schema.cs (
|
if exist .\capnp\schema.capnp.cs (
|
||||||
del .\capnp\schema.cs
|
del .\capnp\schema.capnp.cs
|
||||||
) else (
|
) else (
|
||||||
exit /b 2
|
exit /b 2
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user