File tree Expand file tree Collapse file tree 2 files changed +21
-9
lines changed Expand file tree Collapse file tree 2 files changed +21
-9
lines changed Original file line number Diff line number Diff line change 5
5
Win32 /
6
6
x64 /
7
7
release /
8
+ build /
9
+ debug /
8
10
* XE Results * /
9
11
10
12
# global filetypes to ignore
@@ -23,6 +25,10 @@ release/
23
25
* .dll
24
26
* .exe
25
27
* .pro.user. *
28
+ * .orig
29
+ cov *
30
+ * .pdb
31
+ ui_ *
26
32
27
33
# project to ignore
28
34
todo_bridge.txt
@@ -45,6 +51,9 @@ x64_dbg_gui/Project/GeneratedFiles/
45
51
x64_dbg_gui /Project /release /
46
52
x64_dbg_gui /Project /Win32 /
47
53
x64_dbg_gui /Project /x64 /
54
+ x64_dbg_gui /Project /Makefile
55
+ x64_dbg_gui /Project /Makefile.Debug
56
+ x64_dbg_gui /Project /Makefile.Release
48
57
x64_dbg_gui /Project /Src /Bridge /libx32_bridge.a
49
58
x64_dbg_gui /Project /Src /Bridge /libx64_bridge.a
50
59
x64_dbg_gui /Project /Src /Bridge /x32_bridge.lib
55
64
56
65
# exceptions
57
66
! /AStyleWhore.exe
58
- ! /AStyle.dll
59
- * .orig
60
- cov *
61
- debug /
62
- vc100.pdb
63
- ui_ *
64
- x64_dbg_gui /Project /Makefile
65
- x64_dbg_gui /Project /Makefile.Debug
66
- x64_dbg_gui /Project /Makefile.Release
67
+ ! /AStyle.dll
Original file line number Diff line number Diff line change
1
+ @ echo off
2
+ coverity_setenv.bat
3
+
4
+ echo Building DBG...
5
+ devenv /Rebuild " Release|x64" x64_dbg.sln
6
+
7
+ echo Building GUI...
8
+ mkdir build
9
+ cd build
10
+ qmake ..\x64_dbg_gui\Project\x64_dbg.pro CONFIG+=release
11
+ jom
You can’t perform that action at this time.
0 commit comments