diff --git a/drivers/multiple/Win32/readme.txt b/drivers/multiple/Win32/readme.txt index 353f5a5b..932deb8b 100644 --- a/drivers/multiple/Win32/readme.txt +++ b/drivers/multiple/Win32/readme.txt @@ -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