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

📄 makefiledelphi.mak

📁 HID controller package containing sources and help
💻 MAK
字号:
!ifndef ROOT
ROOT = $(MAKEDIR)
!endif
#---------------------------------------------------------------------------------------------------
DCC  = $(ROOT)\dcc32.exe -q -w -m
#---------------------------------------------------------------------------------------------------
default: \
BasicDemo.exe \
CollectionDemo.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 ..\..

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 + -