Update build.bat to use dcd_version.d
The src/dcd_version.d file is missing from build.bat, breaking Windows client and server builds.
This commit is contained in:
parent
240a36849a
commit
4da2c0ece0
|
@ -4,6 +4,7 @@ dmd^
|
||||||
src\client.d^
|
src\client.d^
|
||||||
src\messages.d^
|
src\messages.d^
|
||||||
src\stupidlog.d^
|
src\stupidlog.d^
|
||||||
|
src\dcd_version.d^
|
||||||
msgpack-d/src/msgpack.d^
|
msgpack-d/src/msgpack.d^
|
||||||
-Imsgpack-d/src^
|
-Imsgpack-d/src^
|
||||||
-release -inline -O -wi^
|
-release -inline -O -wi^
|
||||||
|
@ -23,6 +24,7 @@ dmd^
|
||||||
src\server.d^
|
src\server.d^
|
||||||
src\stupidlog.d^
|
src\stupidlog.d^
|
||||||
src\string_interning.d^
|
src\string_interning.d^
|
||||||
|
src\dcd_version.d^
|
||||||
libdparse/src/std/d/ast.d^
|
libdparse/src/std/d/ast.d^
|
||||||
libdparse/src/std/d/entities.d^
|
libdparse/src/std/d/entities.d^
|
||||||
libdparse/src/std/d/lexer.d^
|
libdparse/src/std/d/lexer.d^
|
||||||
|
|
Loading…
Reference in New Issue