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:
syntheticpp 2006-02-20 16:11:10 +00:00
parent 9a013e8905
commit 21b4ae937e
2 changed files with 5 additions and 6 deletions

View file

@ -1,5 +1,5 @@
SUBTARGETS = Factory flex_string Longevity OrderedStatic Pimpl RegressionTest \
SafeFormat ScopeGuard Singleton SmallObj Visitor
SUBTARGETS = Factory Longevity OrderedStatic Pimpl RegressionTest \
SafeFormat ScopeGuard Singleton SmallObj Visitor flex_string
SUBTARGETS_CLEAN = $(foreach SUBTARGET,$(SUBTARGETS),$(SUBTARGET)-clean)
.PHONY: clean all $(SUBTARGETS) $(SUBTARGETS_CLEAN)

View file

@ -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 ..