annotate build-paths.sh @ 104:5c8c1c2e12c0

Change from real to double. double is not dependant on the platform, and it uses less space.
author Jordan Miner <jminer7@gmail.com>
date Fri, 06 Jul 2012 18:39:45 -0500
parents 592f7aa40bf1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
95
592f7aa40bf1 Add build scripts.
Jordan Miner <jminer7@gmail.com>
parents:
diff changeset
1 #!/bin/bash
592f7aa40bf1 Add build scripts.
Jordan Miner <jminer7@gmail.com>
parents:
diff changeset
2 DMD_DIR=~/dmd
592f7aa40bf1 Add build scripts.
Jordan Miner <jminer7@gmail.com>
parents:
diff changeset
3 BUD_DIR=~/bin
592f7aa40bf1 Add build scripts.
Jordan Miner <jminer7@gmail.com>
parents:
diff changeset
4 MAIN_FILE=tester.d
592f7aa40bf1 Add build scripts.
Jordan Miner <jminer7@gmail.com>
parents:
diff changeset
5 OUT_FILE=tester
592f7aa40bf1 Add build scripts.
Jordan Miner <jminer7@gmail.com>
parents:
diff changeset
6