af2a37a777
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@598 7ec92016-0320-0410-acc4-a06ded1c099a
60 lines
No EOL
598 B
Batchfile
Executable file
60 lines
No EOL
598 B
Batchfile
Executable file
|
|
cd DeletableSingleton
|
|
call make.msvc.bat
|
|
cd ..
|
|
|
|
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 Register
|
|
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 SingletonDll
|
|
call make.msvc.bat
|
|
cd ..
|
|
|
|
cd SmallObj
|
|
call make.msvc.bat
|
|
cd ..
|
|
|
|
cd SmartPtr
|
|
call make.msvc.bat
|
|
cd ..
|
|
|
|
cd Visitor
|
|
call make.msvc.bat
|
|
cd ..
|
|
|
|
cd flex_string
|
|
call make.msvc.bat
|
|
cd .. |