incubator-nuttx/graphics/nxglib
Gregory Nutt 5c0e8e88b1 Revert "Makefile: move INCDIROPT to common place (#625)"
This reverts commit b9ace36fcc.

This change was added by PR 625 but has a serious logic flaw.  It removes all occurrences of INCDIROPT and replaces it with a definition in tools/Config.mk:

    else ifeq ($(WINTOOL),y)
      DEFINE = "$(TOPDIR)/tools/define.sh"
      INCDIR = "$(TOPDIR)/tools/incdir.sh" -w

This logic flaw is the Config.mk is included in all Make.defs files BEFORE WINTOOL is defined.  As a result, the definition is wrong in many places when building under Cygwin with a Windows native toolchain.
2020-03-26 08:50:29 -07:00
..
cursor graphics/nxbe: This seems to fix the last of software cursor bugs. On the LPC54, it looks pretty clean. Not flickery as I feared. Probably not so good on low end displays. Possible transient artifacts? Not sure, maybe. Or maybe my eyes are playing tricks froom staring at this too long. 2019-04-13 15:08:32 -06:00
fb Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
lcd Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
pwfb Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
.gitignore Ensure all source code end with one and only one newline 2020-02-08 07:25:56 -06:00
Make.defs Revert "Makefile: move INCDIROPT to common place (#625)" 2020-03-26 08:50:29 -07:00
Makefile.cursor Adds support for cursors with differing pixel depths on multiple displays 2019-04-09 11:33:59 -06:00
Makefile.devblit graphics: Clone logic for new bit blitters for per-window framebuffers. 2019-03-14 13:18:55 -06:00
Makefile.pwfb graphics: Clone logic for new bit blitters for per-window framebuffers. 2019-03-14 13:18:55 -06:00
nxglib.h Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
nxglib_bitblit.h graphics: Costmetic clean-up 2019-03-14 14:49:50 -06:00
nxglib_copyrun.h Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
nxglib_fillrun.h nxglib: Remove warning "Assuming 24-bit color is not packed" 2020-03-07 16:39:56 -03:00