File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,17 @@ set DFLAGS=-g
77set CORE =
88set STD =
99set STDD =
10- set STDE =
10+ set STDXALLOCATOR =
11+ set STDXALLOCATORBLOCKS =
1112set OBIN = bin\dfmt
1213
1314for %%x in (src\dfmt\*.d) do set CORE = !CORE! %%x
1415for %%x in (libdparse\src\std\experimental\*.d) do set STD = !STD! %%x
1516for %%x in (libdparse\src\dparse\*.d) do set STDD = !STDD! %%x
16- for %%x in (libdparse\experimental_allocator\src\std\experimental\ allocator\*.d) do set STDE = !STDE ! %%x
17- for %%x in (libdparse\experimental_allocator\src\std\experimental\ allocator\building_blocks\*.d) do set STDE = !STDE ! %%x
17+ for %%x in (stdx-allocator\source\stdx\ allocator\*.d) do set STDXALLOCATOR = !STDXALLOCATOR ! %%x
18+ for %%x in (stdx-allocator\source\stdx\ allocator\building_blocks\*.d) do set STDXALLOCATORBLOCKS = !STDXALLOCATORBLOCKS ! %%x
1819
1920@ echo on
20- %DC% %CORE% %STD% %STDD% %STDE% %DFLAGS% -of%OBIN% .exe
21+ %DC% %CORE% %STD% %STDD% %STDE% %STDXALLOCATOR% %STDXALLOCATORBLOCKS% -I " stdx-allocator\source " -I " libdparse\src " % DFLAGS% -of%OBIN% .exe
2122
2223if exist %OBIN% .obj del %OBIN% .obj
You can’t perform that action at this time.
0 commit comments