-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmulti_form_wxwidgets.cbp
80 lines (80 loc) · 2.62 KB
/
multi_form_wxwidgets.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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="multi_form_wxwidgets" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/multi_form_wxwidgets" 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 directory="D:/CODEBLOCKS/wxWidgets/lib/gcc_lib/mswu" />
</Compiler>
<Linker>
<Add directory="D:/CODEBLOCKS/wxWidgets/lib/gcc_lib" />
</Linker>
</Target>
<Target title="Release">
<Option output="bin/Release/multi_form_wxwidgets" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release/" />
<Option type="0" />
<Option compiler="gcc" />
<Option projectLinkerOptionsRelation="2" />
<Compiler>
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
</Compiler>
<ResourceCompiler>
<Add directory="D:/CODEBLOCKS/wxWidgets/include" />
</ResourceCompiler>
<Linker>
<Add option="`wx-config --libs`" />
</Linker>
<Unit filename="Form2.cpp" />
<Unit filename="Form2.h" />
<Unit filename="multi_form_wxwidgetsApp.cpp" />
<Unit filename="multi_form_wxwidgetsApp.h" />
<Unit filename="multi_form_wxwidgetsMain.cpp" />
<Unit filename="multi_form_wxwidgetsMain.h" />
<Unit filename="resource.rc">
<Option compilerVar="WINDRES" />
</Unit>
<Unit filename="wxsmith/Form2.wxs" />
<Unit filename="wxsmith/multi_form_wxwidgetsframe.wxs" />
<Extensions>
<lib_finder disable_auto="1" />
<wxsmith version="1">
<gui name="wxWidgets" src="multi_form_wxwidgetsApp.cpp" main="multi_form_wxwidgetsFrame" init_handlers="necessary" language="CPP" />
<resources>
<wxFrame wxs="wxsmith/multi_form_wxwidgetsframe.wxs" src="multi_form_wxwidgetsMain.cpp" hdr="multi_form_wxwidgetsMain.h" fwddecl="0" i18n="1" name="multi_form_wxwidgetsFrame" language="CPP" />
<wxFrame wxs="wxsmith/Form2.wxs" src="Form2.cpp" hdr="Form2.h" fwddecl="0" i18n="1" name="Form2" language="CPP" />
</resources>
</wxsmith>
<DoxyBlocks>
<comment_style block="0" line="0" />
<doxyfile_project output_language="" />
<doxyfile_build />
<doxyfile_warnings />
<doxyfile_output />
<doxyfile_dot />
<general />
</DoxyBlocks>
<envvars />
<code_completion />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>