add msvc8 project files

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@427 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2006-01-05 17:21:13 +00:00
parent 29e7199a27
commit 8814dc7790
6 changed files with 504 additions and 211 deletions

View file

@ -84,4 +84,9 @@ int main()
try{ u2.AddFriendGuarded(u1); }
catch (...){}
std::cout << "u2 countFriends: " << u2.countFriends() << "\n";
#if defined(__BORLANDC__) || defined(_MSC_VER)
system("PAUSE");
#endif
}