bug 2813
* fixed bug with new win32 home path detection * added SHFolder.lib linking to the mingw build for win98/win95 compat
This commit is contained in:
parent
583745769d
commit
7cb5edc9ed
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -385,7 +385,7 @@ ifeq ($(PLATFORM),mingw32)
|
|||
|
||||
BINEXT=.exe
|
||||
|
||||
LDFLAGS= -mwindows -lwsock32 -lgdi32 -lwinmm -lole32
|
||||
LDFLAGS= -mwindows -lshfolder -lwsock32 -lgdi32 -lwinmm -lole32
|
||||
CLIENT_LDFLAGS=
|
||||
|
||||
ifeq ($(USE_CODEC_VORBIS),1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue