Tutorials.bpg
上传用户:daoqigc
上传日期:2021-04-20
资源大小:2795k
文件大小:2k
- #------------------------------------------------------------------------------
- VERSION = BWS.01
- #------------------------------------------------------------------------------
- !ifndef ROOT
- ROOT = $(MAKEDIR)..
- !endif
- #------------------------------------------------------------------------------
- MAKE = $(ROOT)binmake.exe -$(MAKEFLAGS) -f$**
- DCC = $(ROOT)bindcc32.exe $**
- BRCC = $(ROOT)binbrcc32.exe $**
- #------------------------------------------------------------------------------
- PROJECTS = Tutorial_1_1.exe Tutorial_1_2.exe Tutorial_1_3.exe Tutorial_1_4.exe
- Tutorial_1_5.exe Tutorial_2_1.exe Tutorial_2_2.exe Tutorial_2_3.exe
- Tutorial_2_4.exe Tutorial_2_5.exe Tutorial_2_6.exe Tutorial_2_7.exe
- Tutorial_2_8.exe Tutorial_2_9.exe
- #------------------------------------------------------------------------------
- default: $(PROJECTS)
- #------------------------------------------------------------------------------
- Tutorial_1_1.exe: Tutorial1 Building a Document1 Hello WorldTutorial_1_1.dpr
- $(DCC)
- Tutorial_1_2.exe: Tutorial1 Building a Document2 TextTutorial_1_2.dpr
- $(DCC)
- Tutorial_1_3.exe: Tutorial1 Building a Document3 ImagesTutorial_1_3.dpr
- $(DCC)
- Tutorial_1_4.exe: Tutorial1 Building a Document4 ControlsTutorial_1_4.dpr
- $(DCC)
- Tutorial_1_5.exe: Tutorial1 Building a Document5 BulletsTutorial_1_5.dpr
- $(DCC)
- Tutorial_2_1.exe: Tutorial2 Items-Checkpoints-Tags-Hypertext1 Info about ItemsTutorial_2_1.dpr
- $(DCC)
- Tutorial_2_2.exe: Tutorial2 Items-Checkpoints-Tags-Hypertext2 CheckpointsTutorial_2_2.dpr
- $(DCC)
- Tutorial_2_3.exe: Tutorial2 Items-Checkpoints-Tags-Hypertext3 List of CheckpointsTutorial_2_3.dpr
- $(DCC)
- Tutorial_2_4.exe: Tutorial2 Items-Checkpoints-Tags-Hypertext4 When Checkpoint VisibleTutorial_2_4.dpr
- $(DCC)
- Tutorial_2_5.exe: Tutorial2 Items-Checkpoints-Tags-Hypertext5 Hypertext IDTutorial_2_5.dpr
- $(DCC)
- Tutorial_2_6.exe: Tutorial2 Items-Checkpoints-Tags-Hypertext6 Advanced HypertextTutorial_2_6.dpr
- $(DCC)
- Tutorial_2_7.exe: Tutorial2 Items-Checkpoints-Tags-Hypertext7 Tags (Integer)Tutorial_2_7.dpr
- $(DCC)
- Tutorial_2_8.exe: Tutorial2 Items-Checkpoints-Tags-Hypertext8 Tags (PChar)Tutorial_2_8.dpr
- $(DCC)
- Tutorial_2_9.exe: Tutorial2 Items-Checkpoints-Tags-Hypertext9 More mouse eventsTutorial_2_9.dpr
- $(DCC)