Not part of build
This commit is contained in:
locka%iol.ie 2000-05-03 21:48:46 +00:00
Родитель e09449d011
Коммит d6853f9cc2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -228,7 +228,7 @@ int main(int argc, char *argv[])
}
}
printf(" Depends on:\n");
printf(" Statically linked to:\n");
std::vector<library>::const_iterator l;
for (l = listComponents.begin(); l != listComponents.end(); l++)
{