Loki/test/make.msvc.bat

44 lines
432 B
Batchfile
Raw Normal View History

cd Factory
call make.msvc.bat
cd ..
cd Longevity
call make.msvc.bat
cd ..
cd OrderedStatic
call make.msvc.bat
cd ..
cd Pimpl
call make.msvc.bat
cd ..
cd RegressionTest
call make.msvc.bat
cd ..
cd SafeFormat
call make.msvc.bat
cd ..
cd ScopeGuard
call make.msvc.bat
cd ..
cd Singleton
call make.msvc.bat
cd ..
cd SmallObj
call make.msvc.bat
cd ..
cd Visitor
call make.msvc.bat
cd ..
cd flex_string
call make.msvc.bat
cd ..