96d645379d0571ed7d0b3f51b7924fb40094d466
[reactos.git] / reactos / dll / win32 / opengl32 / opengl32.rbuild
1 <module name="opengl32" type="win32dll" baseaddress="${BASEADDRESS_OPENGL32}" installbase="system32" installname="opengl32.dll" unicode="yes" crt="msvcrt">
2 <importlibrary definition="opengl32.spec" />
3 <library>ntdll</library>
4 <library>kernel32</library>
5 <library>gdi32</library>
6 <library>user32</library>
7 <library>advapi32</library>
8 <pch>opengl32.h</pch>
9 <file>gl.c</file>
10 <file>opengl32.c</file>
11 <file>wgl.c</file>
12 </module>