-
Notifications
You must be signed in to change notification settings - Fork 0
/
Test_wx.cbp
97 lines (97 loc) · 3.07 KB
/
Test_wx.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
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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="Test_wx" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/Test_wx" 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-3.1.2/lib/gcc_dll/mswud" />
<Add directory="include" />
</Compiler>
<ResourceCompiler>
<Add directory="C:/wxWidgets-3.1.2/lib/gcc_dll/mswud" />
</ResourceCompiler>
<Linker>
<Add library="libwxmsw31ud.a" />
<Add directory="C:/wxWidgets-3.1.2/lib/gcc_dll" />
</Linker>
</Target>
<Target title="Release">
<Option output="bin/Release/Test_wx" 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-3.1.2/lib/gcc_dll/mswu" />
<Add directory="include" />
</Compiler>
<ResourceCompiler>
<Add directory="C:/wxWidgets-3.1.2/lib/gcc_dll/mswu" />
</ResourceCompiler>
<Linker>
<Add option="-s" />
<Add library="libwxmsw31u.a" />
<Add directory="C:/wxWidgets-3.1.2/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="-Wall" />
<Add directory="C:/wxWidgets-3.1.2/include" />
</Compiler>
<ResourceCompiler>
<Add directory="C:/wxWidgets-3.1.2/include" />
</ResourceCompiler>
<Linker>
<Add option="-mthreads" />
</Linker>
<Unit filename="Test_wxApp.cpp" />
<Unit filename="Test_wxApp.h" />
<Unit filename="Test_wxMain.cpp" />
<Unit filename="Test_wxMain.h" />
<Unit filename="include/AList.h" />
<Unit filename="include/Funciones.h" />
<Unit filename="include/Palabras.h" />
<Unit filename="resource.rc">
<Option compilerVar="WINDRES" />
</Unit>
<Unit filename="sqlite/sqlite3.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="sqlite/sqlite3.h" />
<Unit filename="sqlite/sqlite3ext.h" />
<Unit filename="src/Funciones.cpp" />
<Unit filename="src/Palabras.cpp" />
<Unit filename="wxsmith/Test_wxframe.wxs" />
<Extensions>
<code_completion />
<envvars />
<debugger />
<lib_finder disable_auto="1" />
<wxsmith version="1">
<gui name="wxWidgets" src="Test_wxApp.cpp" main="Test_wxFrame" init_handlers="necessary" language="CPP" />
<resources>
<wxFrame wxs="wxsmith/Test_wxframe.wxs" src="Test_wxMain.cpp" hdr="Test_wxMain.h" fwddecl="0" i18n="1" name="Test_wxFrame" language="CPP" />
</resources>
</wxsmith>
</Extensions>
</Project>
</CodeBlocks_project_file>