Loki/test/make.msvc.bat
syntheticpp a61d7f7127 add DeletableSingleton policy and examples from Curtis Krauskopf's CUJ article 'Creating Dynamic Singletons & the Loki Library' - www.decompile.com
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@307 7ec92016-0320-0410-acc4-a06ded1c099a
2005-10-17 08:43:42 +00:00

33 lines
322 B
Batchfile
Executable file

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