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:
parent
8e64258f52
commit
e9b0d29ab9
4 changed files with 25 additions and 16 deletions
12
test/make.msvc.bat
Executable file
12
test/make.msvc.bat
Executable 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 ..
|
Loading…
Add table
Add a link
Reference in a new issue