From d954f2b45267a46be573f3b7d1b502b0b9e98d7a Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Sun, 11 Feb 2018 19:52:39 +0100 Subject: [PATCH] fix the bat - stdx file scanner already fully recursive --- build.bat | 1 - 1 file changed, 1 deletion(-) diff --git a/build.bat b/build.bat index da5c4c9..89daf2f 100644 --- a/build.bat +++ b/build.bat @@ -20,7 +20,6 @@ for /r "msgpack-d/src" %%F in (*.d) do call set msgspack_modules=%%msgspack_modu set stdx_allocator= for /r "stdx-allocator/source/stdx/allocator" %%F in (*.d) do call set stdx_allocator=%%stdx_allocator%% "%%F" -for /r "stdx-allocator/source/stdx/allocator/building_blocks" %%F in (*.d) do call set stdx_allocator=%%stdx_allocator%% "%%F" set client_name=bin\dcd-client set server_name=bin\dcd-server