makefile.windows
来自「AVR Dopper Programmer」· WINDOWS 代码 · 共 19 行
WINDOWS
19 行
# Name: Makefile.windows# Project: AVR-Doper# Author: Christian Starkjohann# Creation Date: 2007-11-20# Tabsize: 4# Copyright: (c) 2007 by OBJECTIVE DEVELOPMENT Software GmbH# License: Proprietary, free under certain conditions. See Documentation.# 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 = -I/usr/local/mingw/includeUSBLIBS = -L/usr/local/mingw/lib -lusbEXE_SUFFIX = .exe
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?