⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefiledelphi.mak

📁 human interface devices.zip 一套组件
💻 MAK
字号:
!ifndef ROOT
ROOT = $(MAKEDIR)
!endif
#---------------------------------------------------------------------------------------------------
DCC  = $(ROOT)\dcc32.exe -q -w -m
#---------------------------------------------------------------------------------------------------
default: \
BasicDemo.exe \
CollectionDemo.exe \
IOWarrior.exe \
IOIRWarrior.exe \
LCDDemo.exe \
SimpleHIDWrite.exe \
UsagesDemo.exe

#---------------------------------------------------------------------------------------------------

BasicDemo.exe: Delphi\BasicDemo\BasicDemo.dpr
  cd Delphi\BasicDemo
  $(DCC) $&.dpr
  cd ..\..

CollectionDemo.exe: Delphi\CollectionDemo\CollectionDemo.dpr
  cd Delphi\CollectionDemo
  $(DCC) $&.dpr
  cd ..\..

IOWarrior.exe: Delphi\IO-WarriorDemo\IOWarrior.dpr
  cd Delphi\IO-WarriorDemo
  $(DCC) $&.dpr
  cd ..\..

IOIRWarrior.exe: Delphi\IO-WarriorIRDemo\IOIRWarrior.dpr
  cd Delphi\IO-WarriorIRDemo
  $(DCC) $&.dpr
  cd ..\..

LCDDemo.exe: Delphi\IO-WarriorLCDDemo\LCDDemo.dpr
  cd Delphi\IO-WarriorLCDDemo
  $(DCC) $&.dpr
  cd ..\..

SimpleHIDWrite.exe: Delphi\ReadWriteDemo\SimpleHIDWrite.dpr
  cd Delphi\ReadWriteDemo
  $(DCC) $&.dpr
  cd ..\..

UsagesDemo.exe: Delphi\UsagesDemo\UsagesDemo.dpr
  cd Delphi\UsagesDemo
  $(DCC) $&.dpr
  cd ..\..

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -