Add msimg32 library to makefile.gcc for WinBoard build
authorH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 2 Dec 2016 10:16:52 +0000 (11:16 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 13 Jan 2017 15:39:24 +0000 (16:39 +0100)
The AlphaBlend function would be an undefined reference without this library.

winboard/makefile.gcc

index 77fc0b9..92c2a6d 100644 (file)
@@ -50,7 +50,7 @@ else
 endif\r
 CF = -c $(WARN) -pipe $(CFDEBUG) $(DEFS) -I. -I..\r
 CFLAGS = $(CF) $(ARCH) $(OPTS) $(CFCYG)\r
-LFLAGS = $(LFCYG) $(CFDEBUG) -fpic -s -mwindows -lwsock32 -lwinmm -lcomctl32\r
+LFLAGS = $(LFCYG) $(CFDEBUG) -fpic -s -mwindows -lwsock32 -lwinmm -lcomctl32 -lmsimg32\r
 \r
 all: $(PROJ).exe\r
 \r