source: thomson/elec/CrO2/software/Makefile.windows@ 0da6f01

main
Last change on this file since 0da6f01 was 0da6f01, checked in by Adrien Destugues <pulkomandy@…>, 12 years ago

Add host software for CrO2 (WIP)

git-svn-id: svn://localhost/thomson@6 85ae3b6b-dc8f-4344-a89d-598714f2e4e5

  • Property mode set to 100644
File size: 513 bytes
Line 
1# Name: Makefile.windows
2# Project: PowerSwitch
3# Author: Christian Starkjohann
4# Creation Date: 2006-02-20
5# Tabsize: 4
6# Copyright: (c) 2006 by OBJECTIVE DEVELOPMENT Software GmbH
7# License: Proprietary, free under certain conditions. See Documentation.
8# This Revision: $Id$
9
10# You may use this file with
11# make -f Makefile.windows
12# on Windows with MinGW instead of editing the main Makefile.
13
14include Makefile
15
16USBFLAGS = -I/usr/local/mingw/include
17USBLIBS = -L/usr/local/mingw/lib -lusb
18EXE_SUFFIX = .exe
Note: See TracBrowser for help on using the repository browser.