ugfx/boards/base/Win32/example
inmarket 8410c8c8b5 Makefile: Add support for -
- ..'s in the source path
- USER_LISTINGS to control whether listings are generated
- dependancy directory now a MACRO
- support for Code::Blocks make targets
2014-09-26 16:27:34 +10:00
..
chconf.h Win32 board definitions. 2013-10-29 20:26:19 +10:00
halconf.h Win32 board definitions. 2013-10-29 20:26:19 +10:00
Makefile Makefile: Add support for - 2014-09-26 16:27:34 +10:00
readme.txt Win32 board definitions. 2013-10-29 20:26:19 +10:00

Copy these files into your own project directory and alter them to suite.

Notes:

1/ This makefile uses the MINGW compiler tool chain and was run using the cygwin make.
2/ At the top of the Makefile is the define USE_CHIBIOS. Win32 can build uGFX for either
	native Win32 (the default) or for the ChibiOS simulator.
3/ The files chconf.h and halconf.h are only needed if compiling for the ChibiOS simulator.
4/ Look at the MYFILES definition and the MYCSRC definition.