Win32 readme fix

ugfx_release_2.6
Joel Bodenmann 2014-07-23 18:20:54 +02:00
parent ae50541fd7
commit 05dd4f404b
1 changed files with 8 additions and 1 deletions

View File

@ -16,7 +16,14 @@ optionally a touchscreen driver, and optionally a toggle driver.
2. To your makefile add the following lines:
include $(GFXLIB)/gfx.mk
include $(GFXLIB)/drivers/multiple/Win32/gdisp_lld.mk
include $(GFXLIB)/drivers/multiple/Win32/driver.mk
However, consider using the Win32 board file instead as this does include all
the possible drivers that can be used (eg. for the GAUDIO module) by using:
include $(GFXLIB)/gfx.mk
include $(GFXLIB)/boards/base/Win32/board.mk
3. Modify your makefile to add -lws2_32 and -lgdi32 to the DLIBS line. i.e.
DLIBS = -lws2_32 -lgdi32