mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
Add OpenGL to the user libraries (glu32, mesa32, opengl32)
svn path=/trunk/; revision=10679
This commit is contained in:
parent
1e7841a2e8
commit
ca451d1442
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.245 2004/08/19 23:11:41 chorns Exp $
|
||||
# $Id: Makefile,v 1.246 2004/08/25 15:58:12 blight Exp $
|
||||
#
|
||||
# Global makefile
|
||||
#
|
||||
|
@ -49,9 +49,9 @@ DLLS_CPL = cpl
|
|||
# User mode libraries
|
||||
# libpcap packet epsapi
|
||||
DLLS = acledit aclui advapi32 cabinet cards comctl32 crtdll comdlg32 d3d8thk expat fmifs freetype \
|
||||
gdi32 gdiplus imagehlp imm32 iphlpapi kernel32 lzexpand mpr msacm msafd msgina msimg32 \
|
||||
msvcrt20 msvideo mswsock netapi32 ntdll ole32 oleaut32 oledlg packet psapi richedit \
|
||||
rpcrt4 samlib secur32 setupapi shell32 shlwapi snmpapi syssetup twain unicode user32 \
|
||||
gdi32 gdiplus glu32 imagehlp imm32 iphlpapi kernel32 lzexpand mesa32 mpr msacm msafd msgina \
|
||||
msimg32 msvcrt20 msvideo mswsock netapi32 ntdll ole32 oleaut32 oledlg opengl32 packet psapi \
|
||||
richedit rpcrt4 samlib secur32 setupapi shell32 shlwapi snmpapi syssetup twain unicode user32 \
|
||||
userenv version wininet winmm winspool ws2help ws2_32 wsock32 wshirda \
|
||||
$(DLLS_KBD) $(DLLS_CPL)
|
||||
|
||||
|
|
Loading…
Reference in a new issue