We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
c
1 parent 48f0d20 commit da90ac5Copy full SHA for da90ac5
2 files changed
rules.ini
@@ -344,7 +344,7 @@ Qt = (?:^|/)Qt(?:Core4|[0-9]Core)\.dll$
344
Razer_CChromaEditor = (?:^|/)CChromaEditorLibrary(?:64)?\.dll$
345
SDL = (?:^|/)sdl[23]?\.(?:framework/|dll$|txt$)
346
Sentry = (?:^|/)(?:lib)?sentry\.dll$
347
-SFML = (?:^|/)(?:lib)?sfml-
+SFML = (?:^|/)(?:lib)?c?sfml-
348
SharpDX = (?:^|/)SharpDX\.dll$
349
SlimDX = (?:^|/)slimdx\.dll$
350
Smacker_Video = (?:^|/)smackw32\.dll$
tests/types/SDK.SFML.txt
@@ -1,9 +1,17 @@
1
+/csfml-
2
+/csfml-@
3
+/libcsfml-
4
+/libcsfml-@
5
/libsfml-
6
/libsfml-@
7
/sfml-
8
/sfml-@
9
Frameworks/sfml-window.framework
10
LUFTRAUSERS.app/Contents/Frameworks/sfml-audio.framework
11
+csfml-
12
+csfml-@
13
+libcsfml-
14
+libcsfml-@
15
libsfml-
16
libsfml-@
17
libsfml-audio.2.4.1.dylib
0 commit comments