Add stdx-allocator to build.bat

This commit is contained in:
Sebastian Wilzbach 2018-02-11 16:41:51 +01:00
parent de348b4100
commit b45c78a592
1 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,10 @@ for /r "libdparse/src" %%F in (*.d) do call set libdparse_modules=%%libdparse_mo
set msgspack_modules=
for /r "msgpack-d/src" %%F in (*.d) do call set msgspack_modules=%%msgspack_modules%% "%%F"
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
@ -38,9 +42,11 @@ set server_name=bin\dcd-server
%common_modules%^
%containers_modules%^
%msgspack_modules%^
%stdx_allocator%^
-Icontainers/src^
-Imsgpack-d/src^
-Ilibdparse/src^
-Istdx-allocator/source^
-wi -O -release^
-of%server_name%