sockdb.bpg
上传用户:fh681027
上传日期:2022-07-23
资源大小:1959k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. #------------------------------------------------------------------------------
  2. VERSION = BWS.01
  3. #------------------------------------------------------------------------------
  4. !ifndef ROOT
  5. ROOT = $(MAKEDIR)..
  6. !endif
  7. #------------------------------------------------------------------------------
  8. MAKE = $(ROOT)binmake.exe -$(MAKEFLAGS) -f$**
  9. DCC = $(ROOT)bindcc32.exe $**
  10. BRCC = $(ROOT)binbrcc32.exe $**
  11. #------------------------------------------------------------------------------
  12. PROJECTS = ClientDbThread.exe ServerDbThread.exe
  13. #------------------------------------------------------------------------------
  14. default: $(PROJECTS)
  15. #------------------------------------------------------------------------------
  16. ClientDbThread.exe: ClientDbThread.dpr
  17.   $(DCC)
  18. ServerDbThread.exe: ServerDbThread.dpr
  19.   $(DCC)