Merge pull request #331 from wilzbach/update-dfmt
Bump dependencies merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
This commit is contained in:
commit
40f3d5b0a8
|
@ -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
|
||||
|
|
2
dub.json
2
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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 687c0ca751747ebe498c183da1a3ee3119d57932
|
||||
Subproject commit f3323ce90a41c24cf874fd257ccbf6cc0b1be285
|
Loading…
Reference in New Issue