makefile.windows

来自「MEGA8做的USB下载线avrusb-20081126」· WINDOWS 代码 · 共 19 行

WINDOWS
19
字号
# Name: Makefile.windows# Project: hid-data example# Author: Christian Starkjohann# Creation Date: 2008-04-11# Tabsize: 4# Copyright: (c) 2008 by OBJECTIVE DEVELOPMENT Software GmbH# License: GNU GPL v2 (see License.txt), GNU GPL v3 or proprietary (CommercialLicense.txt)# This Revision: $Id$# You may use this file with#   make -f Makefile.windows# on Windows with MinGW instead of editing the main Makefile.include MakefileUSBFLAGS=USBLIBS=    -lhid -lusb -lsetupapiEXE_SUFFIX= .exe

⌨️ 快捷键说明

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