Win32 readme fix
This commit is contained in:
parent
ae50541fd7
commit
05dd4f404b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user