Changeset 3176
- Timestamp:
- 02/13/08 04:23:41 (10 months ago)
- Files:
-
- trunk/lib/build-gdc-x.sh (modified) (1 diff)
- trunk/lib/build-gdc.sh (modified) (1 diff)
- trunk/lib/build-tango.sh (modified) (1 diff)
- trunk/lib/install-gdc.sh (modified) (1 diff)
- trunk/lib/unittest.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/build-gdc-x.sh
r2827 r3176 1 #!/ bin/bash1 #!/usr/bin/env bash 2 2 3 3 die() { trunk/lib/build-gdc.sh
r3174 r3176 1 #!/ bin/bash1 #!/usr/bin/env bash 2 2 cd "`dirname $0`" 3 3 trunk/lib/build-tango.sh
r3126 r3176 1 #!/ bin/bash +x1 #!/usr/bin/env bash 2 2 3 3 # A simple script to build libtango.a/libgtango trunk/lib/install-gdc.sh
r3158 r3176 1 #!/ bin/bash1 #!/usr/bin/env bash 2 2 3 3 # A simple script to install Tango for GDC trunk/lib/unittest.sh
r3051 r3176 1 #!/ bin/bash +x1 #!/usr/bin/env bash 2 2 3 3 # A simple script to build unittests for on posix for dmd/gdc












