Tutorials.bpg
上传用户:daoqigc
上传日期:2021-04-20
资源大小:2795k
文件大小:2k
源码类别:

RichEdit

开发平台:

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 = Tutorial_1_1.exe Tutorial_1_2.exe Tutorial_1_3.exe Tutorial_1_4.exe 
  13.   Tutorial_1_5.exe Tutorial_2_1.exe Tutorial_2_2.exe Tutorial_2_3.exe 
  14.   Tutorial_2_4.exe Tutorial_2_5.exe Tutorial_2_6.exe Tutorial_2_7.exe 
  15.   Tutorial_2_8.exe Tutorial_2_9.exe
  16. #------------------------------------------------------------------------------
  17. default: $(PROJECTS)
  18. #------------------------------------------------------------------------------
  19. Tutorial_1_1.exe: Tutorial1 Building a Document1 Hello WorldTutorial_1_1.dpr
  20.   $(DCC)
  21. Tutorial_1_2.exe: Tutorial1 Building a Document2 TextTutorial_1_2.dpr
  22.   $(DCC)
  23. Tutorial_1_3.exe: Tutorial1 Building a Document3 ImagesTutorial_1_3.dpr
  24.   $(DCC)
  25. Tutorial_1_4.exe: Tutorial1 Building a Document4 ControlsTutorial_1_4.dpr
  26.   $(DCC)
  27. Tutorial_1_5.exe: Tutorial1 Building a Document5 BulletsTutorial_1_5.dpr
  28.   $(DCC)
  29. Tutorial_2_1.exe: Tutorial2 Items-Checkpoints-Tags-Hypertext1 Info about ItemsTutorial_2_1.dpr
  30.   $(DCC)
  31. Tutorial_2_2.exe: Tutorial2 Items-Checkpoints-Tags-Hypertext2 CheckpointsTutorial_2_2.dpr
  32.   $(DCC)
  33. Tutorial_2_3.exe: Tutorial2 Items-Checkpoints-Tags-Hypertext3 List of CheckpointsTutorial_2_3.dpr
  34.   $(DCC)
  35. Tutorial_2_4.exe: Tutorial2 Items-Checkpoints-Tags-Hypertext4 When Checkpoint VisibleTutorial_2_4.dpr
  36.   $(DCC)
  37. Tutorial_2_5.exe: Tutorial2 Items-Checkpoints-Tags-Hypertext5 Hypertext IDTutorial_2_5.dpr
  38.   $(DCC)
  39. Tutorial_2_6.exe: Tutorial2 Items-Checkpoints-Tags-Hypertext6 Advanced HypertextTutorial_2_6.dpr
  40.   $(DCC)
  41. Tutorial_2_7.exe: Tutorial2 Items-Checkpoints-Tags-Hypertext7 Tags (Integer)Tutorial_2_7.dpr
  42.   $(DCC)
  43. Tutorial_2_8.exe: Tutorial2 Items-Checkpoints-Tags-Hypertext8 Tags (PChar)Tutorial_2_8.dpr
  44.   $(DCC)
  45. Tutorial_2_9.exe: Tutorial2 Items-Checkpoints-Tags-Hypertext9 More mouse eventsTutorial_2_9.dpr
  46.   $(DCC)