-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathhelloWx.cbp
More file actions
98 lines (98 loc) · 3.26 KB
/
helloWx.cbp
File metadata and controls
98 lines (98 loc) · 3.26 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="helloWx" />
<Option pch_mode="0" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="bin\Debug\helloWx" prefix_auto="1" extension_auto="1" />
<Option object_output="obj\Debug\" />
<Option type="0" />
<Option compiler="gcc" />
<Option projectLinkerOptionsRelation="2" />
<Compiler>
<Add option="-g" />
<Add option="-D__WXDEBUG__" />
<Add directory="C:\wxWidgets-2.8.12\lib\gcc_dll\mswud" />
</Compiler>
<ResourceCompiler>
<Add directory="C:\wxWidgets-2.8.12\lib\gcc_dll\mswud" />
</ResourceCompiler>
<Linker>
<Add library="libwxmsw28ud_core.a" />
<Add library="libwxbase28ud.a" />
<Add library="libwxpngd.a" />
<Add library="libwxzlibd.a" />
<Add directory="C:\wxWidgets-2.8.12\lib\gcc_dll" />
</Linker>
</Target>
<Target title="Release">
<Option output="bin\Release\helloWx" prefix_auto="1" extension_auto="1" />
<Option object_output="obj\Release\" />
<Option type="0" />
<Option compiler="gcc" />
<Option projectLinkerOptionsRelation="2" />
<Compiler>
<Add option="-O2" />
<Add directory="C:\wxWidgets-2.8.12\lib\gcc_dll\mswu" />
</Compiler>
<ResourceCompiler>
<Add directory="C:\wxWidgets-2.8.12\lib\gcc_dll\mswu" />
</ResourceCompiler>
<Linker>
<Add option="-s" />
<Add library="libwxmsw28u_core.a" />
<Add library="libwxbase28u.a" />
<Add library="libwxpng.a" />
<Add library="libwxzlib.a" />
<Add directory="C:\wxWidgets-2.8.12\lib\gcc_dll" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-pipe" />
<Add option="-mthreads" />
<Add option="-D__GNUWIN32__" />
<Add option="-D__WXMSW__" />
<Add option="-DWXUSINGDLL" />
<Add option="-DwxUSE_UNICODE" />
<Add option='[[if (PLATFORM == PLATFORM_MSW && (GetCompilerFactory().GetCompilerVersionString(_T("gcc")) >= _T("4.0.0"))) print(_T("-Wno-attributes"));]]' />
<Add option="-Winvalid-pch" />
<Add option="-include wx_pch.h" />
<Add option="-DWX_PRECOMP" />
<Add option="-Wall" />
<Add directory="C:\wxWidgets-2.8.12\include" />
<Add directory="C:\wxWidgets-2.8.12\contrib\include" />
</Compiler>
<ResourceCompiler>
<Add directory="C:\wxWidgets-2.8.12\include" />
</ResourceCompiler>
<Linker>
<Add option="-mthreads" />
</Linker>
<Unit filename="helloWxApp.cpp" />
<Unit filename="helloWxApp.h" />
<Unit filename="helloWxMain.cpp" />
<Unit filename="helloWxMain.h" />
<Unit filename="resource.rc">
<Option compilerVar="WINDRES" />
</Unit>
<Unit filename="wx_pch.h">
<Option compile="1" />
<Option weight="0" />
</Unit>
<Unit filename="wxsmith\helloWxframe.wxs" />
<Extensions>
<code_completion />
<debugger />
<wxsmith version="1">
<gui name="wxWidgets" src="helloWxApp.cpp" main="helloWxFrame" init_handlers="necessary" language="CPP" />
<resources>
<wxFrame wxs="wxsmith/helloWxframe.wxs" src="helloWxMain.cpp" hdr="helloWxMain.h" name="helloWxFrame" language="CPP" />
</resources>
</wxsmith>
</Extensions>
</Project>
</CodeBlocks_project_file>