-
Notifications
You must be signed in to change notification settings - Fork 5
/
wx-config-win.cbp
63 lines (63 loc) · 1.81 KB
/
wx-config-win.cbp
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="5" />
<Project>
<Option title="wx-config-win" />
<Option pch_mode="2" />
<Option default_target="wx-config-win GCC" />
<Option compiler="gcc" />
<Option virtualFolders="" />
<Build>
<Target title="wx-config-win GCC">
<Option output="wx-config.exe" prefix_auto="1" extension_auto="1" />
<Option object_output=".objs\gcc" />
<Option type="1" />
<Option compiler="gcc" />
<Option parameters="--cflags" />
<Compiler>
<Add option="-O2" />
<Add option="-pedantic" />
<Add option="-Wall" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
</Target>
<Target title="wx-config-win DMC">
<Option output="wx-config.exe" prefix_auto="1" extension_auto="1" />
<Option object_output=".objs\dmc" />
<Option type="1" />
<Option compiler="dmc" />
<Option parameters="--help" />
<Compiler>
<Add option="-6" />
<Add option="-o+space" />
<Add option="-C" />
</Compiler>
</Target>
<Target title="wx-config-win MSVC8">
<Option output="wx-config.exe" prefix_auto="1" extension_auto="1" />
<Option object_output=".objs\msvc8" />
<Option type="1" />
<Option compiler="msvc8" />
<Compiler>
<Add option="/Os" />
<Add option="/O1" />
<Add option="/Wp64" />
<Add option="/W3" />
<Add option="/EHsc" />
</Compiler>
</Target>
</Build>
<VirtualTargets>
<Add alias="All" targets="wx-config-win GCC;" />
</VirtualTargets>
<Unit filename="wx-config-win.cpp">
<Option compilerVar="CPP" />
<Option target="wx-config-win GCC" />
<Option target="wx-config-win DMC" />
<Option target="wx-config-win MSVC8" />
</Unit>
<Extensions />
</Project>
</CodeBlocks_project_file>