File: swirc.cppcheck

package info (click to toggle)
swirc 3.5.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,988 kB
  • sloc: ansic: 18,321; cpp: 17,795; sh: 968; python: 254; makefile: 104; javascript: 20
file content (39 lines) | stat: -rw-r--r-- 1,302 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<project version="1">
    <builddir>cppcheck-data</builddir>
    <platform>win64</platform>
    <analyze-all-vs-configs>false</analyze-all-vs-configs>
    <check-headers>true</check-headers>
    <check-unused-templates>true</check-unused-templates>
    <max-ctu-depth>2</max-ctu-depth>
    <max-template-recursion>100</max-template-recursion>
    <includedir>
        <dir name="src/include/"/>
        <dir name="src/commands/"/>
        <dir name="src/events/"/>
        <dir name="src/"/>
    </includedir>
    <defines>
        <define name="HAVE_ATLSTR_H=1"/>
        <define name="HAVE_LIBICONV=1"/>
        <define name="HAVE_LIBIDN=1"/>
        <define name="HAVE_LIBINTL_H=1"/>
        <define name="HAVE_LIBINTL_SETLOCALE=1"/>
        <define name="PDC_EXP_EXTRAS=1"/>
        <define name="PDC_NCMOUSE=1"/>
        <define name="TOAST_NOTIFICATIONS=1"/>
        <define name="WIN32=1"/>
        <define name="WIN32_LEAN_AND_MEAN=1"/>
    </defines>
    <paths>
        <dir name="src/commands"/>
        <dir name="src/events"/>
        <dir name="src"/>
    </paths>
    <libraries>
        <library>errHand</library>
        <library>libcurl</library>
        <library>openssl</library>
        <library>windows</library>
    </libraries>
</project>