diff options
author | Andrew Hannam <andrewh@inmarket.com.au> | 2012-10-28 16:24:13 +1000 |
---|---|---|
committer | Andrew Hannam <andrewh@inmarket.com.au> | 2012-10-28 16:24:13 +1000 |
commit | 9fcff16f7e0d1b8bbd841e79afca3984e91c5548 (patch) | |
tree | 44d2fe88a4775479b5fa0f4d1e402ad25403f234 /drivers/gdisp/Win32/readme.txt | |
parent | c5f9012fd6b23dac3e81ddeae4dfc1c19fa752f0 (diff) | |
download | uGFX-9fcff16f7e0d1b8bbd841e79afca3984e91c5548.tar.gz uGFX-9fcff16f7e0d1b8bbd841e79afca3984e91c5548.tar.bz2 uGFX-9fcff16f7e0d1b8bbd841e79afca3984e91c5548.zip |
Fixes to gdisp Win32 driver
Fixes to gdisp Win32 driver. This is now fully operational.
Diffstat (limited to 'drivers/gdisp/Win32/readme.txt')
-rw-r--r-- | drivers/gdisp/Win32/readme.txt | 4 |
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
+
|