This repository has been archived by the owner on Jun 26, 2024. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork 1
Files
/
test.cbp
80 lines (80 loc) · 2.74 KB
/
test.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="test" />
<Option pch_mode="0" />
<Option compiler="gcc" />
<Build>
<Target title="Release">
<Option output="bin/Release/test" 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="$(#wx)/lib/gcc_dll/mswu" />
</Compiler>
<ResourceCompiler>
<Add directory="$(#wx)/lib/gcc_dll/mswu" />
</ResourceCompiler>
<Linker>
<Add option="-s" />
<Add library="libwxmsw30u_core.a" />
<Add library="libwxbase30u.a" />
<Add library="libwxpng.a" />
<Add library="libwxzlib.a" />
<Add directory="$(#wx)/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="-Winvalid-pch" />
<Add option="-include wx_pch.h" />
<Add option="-DWX_PRECOMP" />
<Add option="-Wall" />
<Add directory="$(#wx)/include" />
</Compiler>
<ResourceCompiler>
<Add directory="$(#wx)/include" />
</ResourceCompiler>
<Linker>
<Add option="-mthreads" />
</Linker>
<Unit filename="resource.rc">
<Option compilerVar="WINDRES" />
</Unit>
<Unit filename="testApp.cpp" />
<Unit filename="testApp.h" />
<Unit filename="testMain.cpp" />
<Unit filename="testMain.h" />
<Unit filename="version.h" />
<Unit filename="wx_pch.h">
<Option compile="1" />
<Option weight="0" />
</Unit>
<Unit filename="wxsmith/testframe.wxs" />
<Extensions>
<AutoVersioning>
<Scheme minor_max="10" build_max="0" rev_max="0" rev_rand_max="10" build_times_to_increment_minor="100" />
<Settings autoincrement="1" date_declarations="1" use_define="0" update_manifest="0" do_auto_increment="0" ask_to_increment="0" language="C++" svn="0" svn_directory="" header_path="version.h" />
<Changes_Log show_changes_editor="0" app_title="released version %M.%m.%b of %p" changeslog_path="ChangesLog.txt" />
<Code header_guard="VERSION_H" namespace="AutoVersion" prefix="" />
</AutoVersioning>
<lib_finder disable_auto="1" />
<wxsmith version="1">
<gui name="wxWidgets" src="testApp.cpp" main="testFrame" init_handlers="necessary" language="CPP" />
<resources>
<wxFrame wxs="wxsmith/testframe.wxs" src="testMain.cpp" hdr="testMain.h" fwddecl="0" i18n="1" name="testFrame" language="CPP" />
</resources>
</wxsmith>
</Extensions>
</Project>
</CodeBlocks_project_file>