From 4a7f4b3da41be98d7d9d653f4413b056a51e0607 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Wed, 2 Oct 2013 23:36:01 -0700 Subject: [PATCH] #55 I'm an idiot Need to keep the build.sh and build.bat in sync... --- build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.bat b/build.bat index 2b80d14..d3cc301 100644 --- a/build.bat +++ b/build.bat @@ -1 +1 @@ -dmd main.d stats.d imports.d highlighter.d ctags.d astprinter.d outliner.d stdx/d/lexer.d stdx/d/parser.d stdx/d/entities.d stdx/d/ast.d -wi -ofdscanner +dmd main.d stats.d imports.d highlighter.d ctags.d astprinter.d outliner.d formatter.d stdx/d/lexer.d stdx/d/parser.d stdx/d/entities.d stdx/d/ast.d -wi -ofdscanner