diff options
author | inmarket <andrewh@inmarket.com.au> | 2013-12-22 21:38:57 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2013-12-22 21:38:57 +1000 |
commit | d8bde70ab6bdf8d05d84e1a0622e39d65b5ae895 (patch) | |
tree | 3d450c637e8c2cbcaa923e470545ae955d126196 /boards | |
parent | f8772b1b04fe1e2bac3405eabc98794ddd01f746 (diff) | |
download | uGFX-d8bde70ab6bdf8d05d84e1a0622e39d65b5ae895.tar.gz uGFX-d8bde70ab6bdf8d05d84e1a0622e39d65b5ae895.tar.bz2 uGFX-d8bde70ab6bdf8d05d84e1a0622e39d65b5ae895.zip |
Add Win32 GAUDIN driver.
Diffstat (limited to 'boards')
-rw-r--r-- | boards/base/Win32/board.mk | 2 | ||||
-rw-r--r-- | boards/base/Win32/example/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/boards/base/Win32/board.mk b/boards/base/Win32/board.mk index 6f6e89ce..b3aeb7d2 100644 --- a/boards/base/Win32/board.mk +++ b/boards/base/Win32/board.mk @@ -2,4 +2,4 @@ GFXINC += $(GFXLIB)/boards/base/Win32 GFXSRC += include $(GFXLIB)/drivers/multiple/Win32/gdisp_lld.mk - +include $(GFXLIB)/drivers/gaudin/Win32/gaudin_lld.mk diff --git a/boards/base/Win32/example/Makefile b/boards/base/Win32/example/Makefile index 66d4b918..5badd338 100644 --- a/boards/base/Win32/example/Makefile +++ b/boards/base/Win32/example/Makefile @@ -31,7 +31,7 @@ DINCDIR = DLIBDIR = # List all default libraries here -DLIBS = -lws2_32 -lgdi32 +DLIBS = -lws2_32 -lgdi32 -lwinmm # Make sure this empty for now SRC = |