aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/Win32/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gdisp/Win32/readme.txt')
-rw-r--r--drivers/gdisp/Win32/readme.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gdisp/Win32/readme.txt b/drivers/gdisp/Win32/readme.txt
index aab869e7..3c3e1705 100644
--- a/drivers/gdisp/Win32/readme.txt
+++ b/drivers/gdisp/Win32/readme.txt
@@ -11,3 +11,7 @@ To use this driver:
2. To your makefile add the following lines:
include $(GFXLIB)/gfx.mk
include $(GFXLIB)/drivers/gdisp/Win32/gdisp_lld.mk
+
+3. Modify your makefile to add -lgdi32 to the DLIBS line. i.e.
+ DLIBS = -lws2_32 -lgdi32
+