Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Want <cwant@ualberta.ca>2003-06-15 02:47:54 +0400
committerChris Want <cwant@ualberta.ca>2003-06-15 02:47:54 +0400
commit5e0ec8c0579cc947e77bc312cb74f39a980f8939 (patch)
tree24be5a6f578190206ab23c34b0083783198e86bd /source/nan_link.mk
parent833553be167498582373b0f37b86ca16403bf287 (diff)
This makes the new renderwin.c behavior work
for windows-gcc.
Diffstat (limited to 'source/nan_link.mk')
-rw-r--r--source/nan_link.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nan_link.mk b/source/nan_link.mk
index 53e72a7c30f..c238592feb3 100644
--- a/source/nan_link.mk
+++ b/source/nan_link.mk
@@ -129,7 +129,7 @@ ifeq ($(OS),windows)
MINGWLIB = /usr/lib/w32api
LDFLAGS += -mwindows -mno-cygwin -mconsole
DADD += -L/usr/lib/w32api -lnetapi32 -lopengl32 -lglu32
- DADD += -L/usr/lib/w32api
+ DADD += -L/usr/lib/w32api -lwinmm
else
DADD = kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib
DADD += advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib