Add -lgdi32 to conlibs, needed to link
This commit is contained in:
committed by
Pasi Kallinen
parent
cdfb9cb744
commit
5be0044c62
@@ -191,7 +191,7 @@ CFLAGSBASE = -c $(cflags) -I$(INCL) $(WINPINC) $(cdebug)
|
||||
#LFLAGSBASEC = $(linkdebug)
|
||||
#LFLAGSBASEG = $(linkdebug) -mwindows
|
||||
|
||||
conlibs = -lwinmm
|
||||
conlibs = -lgdi32 -lwinmm
|
||||
guilibs = -lcomctl32 -lwinmm
|
||||
|
||||
#==========================================
|
||||
|
||||
Reference in New Issue
Block a user