add build process for msvc also the toolkit (no nmake, no lib)

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@232 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2005-09-15 13:46:57 +00:00
parent 8e64258f52
commit e9b0d29ab9
4 changed files with 25 additions and 16 deletions

12
test/make.msvc.bat Executable file
View file

@ -0,0 +1,12 @@
cd flex_string
call make.msvc.bat
cd ..
cd SafeFormat
call make.msvc.bat
cd ..
cd SmallObj
call make.msvc.bat
cd ..