diff build.bat @ 154:14feb7ae01a6

* changed the build system to build a release version if the debug one compiles and enabled warnings + reduced warnings by adding appriopriate overrides + IfStatement.interpret() + ScopeStatement.interpret() + TypeSArray.constConv() + TypedefDeclaration.syntaxCopy() * fixed a bug in StringExp
author trass3r
date Wed, 15 Sep 2010 15:32:31 +0200
parents 5a2059196104
children b080e62b16b4
line wrap: on
line diff
--- a/build.bat	Wed Sep 15 03:58:55 2010 +0200
+++ b/build.bat	Wed Sep 15 15:32:31 2010 +0200
@@ -1,2 +1,2 @@
 @echo off
-cls && dmc.exe bridge\bridge.cpp -c && dmd.exe @commands.txt
\ No newline at end of file
+cls && dmc.exe bridge\bridge.cpp -c && dmd -debug -g @commands.txt && dmd -release -O -inline @commands.txt
\ No newline at end of file