move flex_string to the end of the build process (it's so slow)
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@537 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
9a013e8905
commit
21b4ae937e
2 changed files with 5 additions and 6 deletions
|
@ -3,10 +3,6 @@ cd Factory
|
|||
call make.msvc.bat
|
||||
cd ..
|
||||
|
||||
cd flex_string
|
||||
call make.msvc.bat
|
||||
cd ..
|
||||
|
||||
cd Longevity
|
||||
call make.msvc.bat
|
||||
cd ..
|
||||
|
@ -43,3 +39,6 @@ cd Visitor
|
|||
call make.msvc.bat
|
||||
cd ..
|
||||
|
||||
cd flex_string
|
||||
call make.msvc.bat
|
||||
cd ..
|
Loading…
Add table
Add a link
Reference in a new issue