Changeset 659:43d2ab9833bf
- Timestamp:
- 10/06/08 10:22:54
(2 months ago)
- Author:
- Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
- branch:
- default
- Message:
Forgot a change from DMD update.
Removed old Phobos rebuild profiles.
Updated Tango rebuild profile slightly.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r656 |
r659 |
|
| 2604 | 2604 | } |
|---|
| 2605 | 2605 | |
|---|
| 2606 | | void obj_includelib(char* lib) |
|---|
| | 2606 | void obj_includelib(const char* lib) |
|---|
| 2607 | 2607 | { |
|---|
| 2608 | 2608 | char *arg = (char *)mem.malloc(64); |
|---|
| r655 |
r659 |
|
| 13 | 13 | noversion=GNU |
|---|
| 14 | 14 | testversion=linux |
|---|
| | 15 | testversion=darwin |
|---|
| | 16 | testversion=freebsd |
|---|
| 15 | 17 | testversion=Unix |
|---|
| 16 | 18 | testversion=Posix |
|---|
| … | … | |
| 18 | 20 | testversion=Win32 |
|---|
| 19 | 21 | testversion=Win64 |
|---|
| | 22 | testversion=mingw32 |
|---|
| 20 | 23 | testversion=X86 |
|---|
| 21 | 24 | testversion=PPC |
|---|