add ScopeGuard example

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@399 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2006-01-03 14:36:46 +00:00
parent 71e9ccd59d
commit 94131d724c
5 changed files with 138 additions and 0 deletions

View file

@ -23,6 +23,10 @@ cd SafeFormat
call make.msvc.bat
cd ..
cd ScopeGuard
call make.msvc.bat
cd ..
cd Singleton
call make.msvc.bat
cd ..