Forgot a change from DMD update.

Removed old Phobos rebuild profiles.
Updated Tango rebuild profile slightly.
This commit is contained in:
Tomas Lindquist Olsen
2008-10-06 16:22:54 +02:00
parent 06a55194d7
commit 1bc3aec560
4 changed files with 4 additions and 82 deletions

View File

@@ -2603,7 +2603,7 @@ int TypedefDeclaration::cvMember(unsigned char*)
return 0;
}
void obj_includelib(char* lib)
void obj_includelib(const char* lib)
{
char *arg = (char *)mem.malloc(64);
strcpy(arg, "-l");