This commit is contained in:
parent
9a6a0e7393
commit
20c39b86f4
9 changed files with 62 additions and 22 deletions
|
|
@ -59,6 +59,8 @@ sub scan {
|
|||
while (my $file = readdir($dh)) {
|
||||
if ( !(($dir . "/" . $file) eq "src/widget/opengl.c")
|
||||
&& !(($dir . "/" . $file) eq "src/widget/vulkan.c")
|
||||
&& !(($dir . "/" . $file) eq "src/widget/d3d8.c")
|
||||
&& !(($dir . "/" . $file) eq "src/widget/d3d9.c")
|
||||
&& !(($dir . "/" . $file) eq "external/stb_truetype.c")
|
||||
&& !(($dir . "/" . $file) eq "external/stb_image.c")
|
||||
&& ($file =~ /\.c$/))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue