fix msvc build process

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@679 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2006-06-19 12:35:09 +00:00
parent 9b30cc32a6
commit 963152efd4
2 changed files with 5 additions and 1 deletions

View file

@ -11,6 +11,10 @@ cd Function
call make.msvc.bat
cd ..
cd LockingPtr
call make.msvc.bat
cd ..
cd Longevity
call make.msvc.bat
cd ..