update msvc project files, all now msvc8, simplify listed files to the relevant ones

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@585 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2006-03-03 12:58:02 +00:00
parent 6e908d51b3
commit 584ce0e3ad
19 changed files with 567 additions and 1924 deletions

View file

@ -306,4 +306,10 @@ private:
typedef SmartPtr<TestClass, NoCopy, DisallowConversion, NoCheck, DefaultSPStorage> p103;
} smartPtrTest;
#ifndef SMARTPTR_CPP
# define SMARTPTR_CPP
# include "../../src/SmartPtr.cpp"
#endif
#endif