Clustering.bpg
上传用户:szb0815
上传日期:2007-06-13
资源大小:338k
文件大小:1k
- #------------------------------------------------------------------------------
- VERSION = BWS.01
- #------------------------------------------------------------------------------
- !ifndef ROOT
- ROOT = $(MAKEDIR)..
- !endif
- #------------------------------------------------------------------------------
- MAKE = $(ROOT)binmake.exe -$(MAKEFLAGS) -f$**
- DCC = $(ROOT)bindcc32.exe $**
- BRCC = $(ROOT)binbrcc32.exe $**
- #------------------------------------------------------------------------------
- PROJECTS = Cluster.exe TreeView.exe
- #------------------------------------------------------------------------------
- default: $(PROJECTS)
- #------------------------------------------------------------------------------
- Cluster.exe: Cluster.bpr
- $(MAKE)
- TreeView.exe: TreeView.bpr
- $(MAKE)