diff options
-rw-r--r-- | src/makefile.w32-in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 4dad03f4c0c..ccb0dcf9f5f 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -138,7 +138,7 @@ LIBS = $(TLIB0) \ $(TLIB1) \ $(TLIBW32) \ $(TLASTLIB) \ - $(WINMM) \ + $(WINMM) \ $(ADVAPI32) \ $(GDI32) \ $(COMDLG32) \ @@ -146,6 +146,7 @@ LIBS = $(TLIB0) \ $(MPR) \ $(SHELL32) \ $(WINSPOOL) \ + $(OLE32) \ $(libc) # |