Loki/test/make.msvc.bat
syntheticpp b302ff3049 add visitor example to build process
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@394 7ec92016-0320-0410-acc4-a06ded1c099a
2006-01-02 10:51:27 +00:00

37 lines
359 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 ..
cd Visitor
call make.msvc.bat
cd ..