annotate build.bat @ 160:ff61fb0e06ae

RTLSYM update
author korDen
date Mon, 20 Sep 2010 01:18:05 +0400
parents 14feb7ae01a6
children b080e62b16b4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
10317f0c89a5 Initial commit
korDen
parents:
diff changeset
1 @echo off
154
14feb7ae01a6 * changed the build system to build a release version if the debug one compiles
trass3r
parents: 1
diff changeset
2 cls && dmc.exe bridge\bridge.cpp -c && dmd -debug -g @commands.txt && dmd -release -O -inline @commands.txt