-
Notifications
You must be signed in to change notification settings - Fork 34
/
DOjS.cppcheck
31 lines (31 loc) · 980 Bytes
/
DOjS.cppcheck
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
<?xml version="1.0" encoding="UTF-8"?>
<project version="1">
<builddir>DOjS-cppcheck-build-dir</builddir>
<platform>unix32</platform>
<analyze-all-vs-configs>false</analyze-all-vs-configs>
<check-headers>true</check-headers>
<check-unused-templates>false</check-unused-templates>
<max-ctu-depth>10</max-ctu-depth>
<max-template-recursion>100</max-template-recursion>
<defines>
<define name="GC_BEFORE_MALLOC LFB_3DFX EDI_FAST"/>
</defines>
<paths>
<dir name="src"/>
<dir name="plugins"/>
</paths>
<exclude>
<path name="glide3x/texus/"/>
<path name="cylindrix/"/>
<path name="3rdparty/"/>
<path name="tmp/"/>
<path name="__experiments/"/>
</exclude>
<libraries>
<library>libcurl</library>
<library>opengl</library>
<library>openssl</library>
<library>sqlite3</library>
<library>zlib</library>
</libraries>
</project>