mirror of
https://github.com/brmlab/brmscope.git
synced 2025-06-10 02:44:00 +02:00
board corrections + atmega firmware
This commit is contained in:
parent
9e599e4383
commit
8f0ee9923c
38 changed files with 9364 additions and 3 deletions
18
firmware/commandline/Makefile.windows
Normal file
18
firmware/commandline/Makefile.windows
Normal file
|
@ -0,0 +1,18 @@
|
|||
# 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 Makefile
|
||||
|
||||
USBFLAGS=
|
||||
USBLIBS= -lhid -lsetupapi
|
||||
EXE_SUFFIX= .exe
|
Loading…
Add table
Add a link
Reference in a new issue