include tachart for all OS-es

git-svn-id: trunk@10667 -
This commit is contained in:
vincents 2007-02-21 09:42:58 +00:00
parent 1b0b818700
commit 2596ef06fc
2 changed files with 2 additions and 2 deletions

View File

@ -1940,11 +1940,11 @@ bigidecomponents: all
$(MAKE) -C projecttemplates
$(MAKE) -C memds
$(MAKE) -C sdf
$(MAKE) -C tachart
ifneq ($(OS_TARGET),darwin)
$(MAKE) -C tdbf
ifneq ($(OS_TARGET),win64)
$(MAKE) -C sqldb
$(MAKE) -C tachart
endif
endif
cleanlaz: clean

View File

@ -33,11 +33,11 @@ bigidecomponents: all
$(MAKE) -C projecttemplates
$(MAKE) -C memds
$(MAKE) -C sdf
$(MAKE) -C tachart
ifneq ($(OS_TARGET),darwin)
$(MAKE) -C tdbf
ifneq ($(OS_TARGET),win64)
$(MAKE) -C sqldb
$(MAKE) -C tachart
endif
endif