Install generated files
[reactos.git] / reactos / lib / opengl32 / opengl32.xml
1 <module name="opengl32" type="win32dll" baseaddress="${BASEADDRESS_OPENGL32}" installbase="system32" installname="opengl32.dll">
2 <importlibrary definition="opengl32.def" />
3 <include base="wsock32">.</include>
4 <define name="UNICODE" />
5 <define name="__USE_W32API" />
6 <define name="_DISABLE_TIDENTS" />
7 <library>ntdll</library>
8 <library>kernel32</library>
9 <library>gdi32</library>
10 <file>gl.c</file>
11 <file>opengl32.c</file>
12 <file>wgl.c</file>
13 </module>