mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 20:36:35 +00:00
- Fix .rbuild indendation.
- Fix path to dxtn. - All of this could be unneeded if Magnus paid more attention, and actually tested (dxtn) when commiting. svn path=/trunk/; revision=30413
This commit is contained in:
parent
4e8cff2746
commit
88d59ae1a0
2 changed files with 242 additions and 243 deletions
|
@ -101,7 +101,7 @@ base\system\smss\smss.exe 1
|
|||
; Dynamic Link Libraries
|
||||
dll\3rdparty\freetype\freetype.dll 1
|
||||
dll\3rdparty\mesa32\mesa32.dll 1
|
||||
dll\3rdparty\mesa32\dxtn.dll 1 optional
|
||||
dll\3rdparty\dxtn.dll 1 optional
|
||||
|
||||
dll\cpl\access\access.cpl 1
|
||||
dll\cpl\appwiz\appwiz.cpl 1
|
||||
|
|
3
reactos/dll/3rdparty/mesa32/mesa32.rbuild
vendored
3
reactos/dll/3rdparty/mesa32/mesa32.rbuild
vendored
|
@ -29,7 +29,6 @@
|
|||
<include base="mesa32">src/shader/slang/OSDependent/Linux</include>
|
||||
<include base="mesa32">src/shader/slang/OGLCompilersDLL</include>
|
||||
<directory name="src">
|
||||
|
||||
<directory name="glapi">
|
||||
<file>glapi.c</file>
|
||||
<file>glthread.c</file>
|
||||
|
@ -273,5 +272,5 @@
|
|||
<directory name="x86-64">
|
||||
<file>x86-64.c</file>
|
||||
</directory>
|
||||
</directory>
|
||||
</directory>
|
||||
</module>
|
Loading…
Reference in a new issue