diff --git a/build.bat b/build.bat index 26848d5..2dc8158 100644 --- a/build.bat +++ b/build.bat @@ -7,16 +7,17 @@ set DFLAGS=-g set CORE= set STD= set STDD= -set STDE= +set STDXALLOCATOR= +set STDXALLOCATORBLOCKS= set OBIN=bin\dfmt for %%x in (src\dfmt\*.d) do set CORE=!CORE! %%x for %%x in (libdparse\src\std\experimental\*.d) do set STD=!STD! %%x for %%x in (libdparse\src\dparse\*.d) do set STDD=!STDD! %%x -for %%x in (libdparse\experimental_allocator\src\std\experimental\allocator\*.d) do set STDE=!STDE! %%x -for %%x in (libdparse\experimental_allocator\src\std\experimental\allocator\building_blocks\*.d) do set STDE=!STDE! %%x +for %%x in (stdx-allocator\source\stdx\allocator\*.d) do set STDXALLOCATOR=!STDXALLOCATOR! %%x +for %%x in (stdx-allocator\source\stdx\allocator\building_blocks\*.d) do set STDXALLOCATORBLOCKS=!STDXALLOCATORBLOCKS! %%x @echo on -%DC% %CORE% %STD% %STDD% %STDE% %DFLAGS% -of%OBIN%.exe +%DC% %CORE% %STD% %STDD% %STDE% %STDXALLOCATOR% %STDXALLOCATORBLOCKS% -I"stdx-allocator\source" -I"libdparse\src" %DFLAGS% -of%OBIN%.exe if exist %OBIN%.obj del %OBIN%.obj diff --git a/dub.json b/dub.json index 150064f..4b1ed2d 100644 --- a/dub.json +++ b/dub.json @@ -4,6 +4,6 @@ "targetType": "autodetect", "license": "BSL-1.0", "dependencies": { - "libdparse": "~>0.8.0-alpha.3" + "libdparse": "~>0.8.0-alpha.4" } } diff --git a/libdparse b/libdparse index 687c0ca..f3323ce 160000 --- a/libdparse +++ b/libdparse @@ -1 +1 @@ -Subproject commit 687c0ca751747ebe498c183da1a3ee3119d57932 +Subproject commit f3323ce90a41c24cf874fd257ccbf6cc0b1be285