add SingletonDll to msvc build process

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@571 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2006-02-28 10:50:56 +00:00
parent 2b800d6146
commit e3ba946127

View file

@ -35,6 +35,10 @@ cd Singleton
call make.msvc.bat
cd ..
cd SingletonDll
call make.msvc.bat
cd ..
cd SmallObj
call make.msvc.bat
cd ..