summaryrefslogtreecommitdiff
path: root/src/mesa/main/Makefile.win
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/Makefile.win')
-rw-r--r--src/mesa/main/Makefile.win2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/Makefile.win b/src/mesa/main/Makefile.win
index 2d2138fa8a..d3d9d7a3d2 100644
--- a/src/mesa/main/Makefile.win
+++ b/src/mesa/main/Makefile.win
@@ -154,7 +154,7 @@ all : mesadll $(SUBDIRS)
mesadll : $(MESADLL)
CFLAGS = $(cvarsdll) $(CFLAGS) -D_OPENGL32_ -DBUILD_GL32 -DNO_PARALLEL -DNO_STEREO
-LFLAGS = $(dlllflags) $(LFLAGS)
+LFLAGS = $(dlllflags) $(lcommon) $(LFLAGS)
OBJS = $(ASM_SRCS:.S=.obj) $(CORE_SRCS:.c=.obj) $(DRIVER_SRCS:.c=.obj)
LIBS = winmm.lib $(guilibsdll)