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
|
@ -1,5 +1,5 @@
|
||||||
SUBTARGETS = Factory flex_string Longevity OrderedStatic Pimpl RegressionTest \
|
SUBTARGETS = Factory Longevity OrderedStatic Pimpl RegressionTest \
|
||||||
SafeFormat ScopeGuard Singleton SmallObj Visitor
|
SafeFormat ScopeGuard Singleton SmallObj Visitor flex_string
|
||||||
SUBTARGETS_CLEAN = $(foreach SUBTARGET,$(SUBTARGETS),$(SUBTARGET)-clean)
|
SUBTARGETS_CLEAN = $(foreach SUBTARGET,$(SUBTARGETS),$(SUBTARGET)-clean)
|
||||||
|
|
||||||
.PHONY: clean all $(SUBTARGETS) $(SUBTARGETS_CLEAN)
|
.PHONY: clean all $(SUBTARGETS) $(SUBTARGETS_CLEAN)
|
||||||
|
|
|
@ -3,10 +3,6 @@ cd Factory
|
||||||
call make.msvc.bat
|
call make.msvc.bat
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
cd flex_string
|
|
||||||
call make.msvc.bat
|
|
||||||
cd ..
|
|
||||||
|
|
||||||
cd Longevity
|
cd Longevity
|
||||||
call make.msvc.bat
|
call make.msvc.bat
|
||||||
cd ..
|
cd ..
|
||||||
|
@ -43,3 +39,6 @@ cd Visitor
|
||||||
call make.msvc.bat
|
call make.msvc.bat
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
cd flex_string
|
||||||
|
call make.msvc.bat
|
||||||
|
cd ..
|
Loading…
Add table
Reference in a new issue