Overview
SHA1 Hash: | 6faf2e1a30986de79c20a533af9975ea1ef90c86 |
---|---|
Date: | 2010-11-21 19:14:21 |
User: | kinaba |
Comment: | forgot to add build.sh |
Timelines: | family | ancestors | descendants | both | trunk |
Downloads: | Tarball | ZIP archive |
Other Links: | files | file ages | manifest |
Tags And Properties
- branch=trunk inherited from [f65680e1d2]
- sym-trunk inherited from [f65680e1d2]
Changes
Added build.sh version [34b93de3231b69af]
1 +#!/bin/sh 2 +if [ ! -d bin ]; then mkdir bin; fi 3 +echo dmd -ofbin/polemy -O -release main.d polemy/*.d tricks/*.d 4 +dmd -ofbin/polemy -O -release main.d polemy/*.d tricks/*.d