We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbe85c0 commit d11df9bCopy full SHA for d11df9b
Makefile
@@ -2,7 +2,7 @@ CC = gcc
2
3
CUSTOM_CFLAGS =
4
5
-LIBS := -w -lgdi32 -lm -lopengl32 -ggdb
+LIBS := -w -lgdi32 -lm -lopengl32 -ggdb -lwinmm
6
LIB_EXT = .dll
7
8
ifneq (,$(filter $(CC),winegcc x86_64-w64-mingw32-gcc))
@@ -20,7 +20,7 @@ else
20
endif
21
22
ifeq ($(detected_OS),Windows)
23
- LIBS := -ggdb -lshell32 -lgdi32 -lopengl32
+ LIBS := -ggdb -lshell32 -lgdi32 -lopengl32 -lwinmm
24
25
26
ifeq ($(detected_OS),Darwin) # Mac OS X
0 commit comments