Windows GNUmakefile library update

This commit is contained in:
nhmall
2025-05-22 10:07:29 -04:00
parent 0c765ce207
commit c5946c6a43

View File

@@ -362,7 +362,7 @@ CONSOLEDEF = $(COMMONDEF) -D_CONSOLE
# To build util targets
CFLAGSU = $(CFLAGS) $(CONSOLEDEF) $(DLBFLG)
LIBS = -lcomctl32 -lgdi32 -lole32 -lshell32 -luuid -lwinmm -lbcrypt
LIBS = -lcomctl32 -lgdi32 -lole32 -lshell32 -luserenv -luuid -lwinmm -lbcrypt
$(GAMEDIR):
@mkdir -p $@