-
Notifications
You must be signed in to change notification settings - Fork 6
/
wxTED.cbp
127 lines (127 loc) · 4.68 KB
/
wxTED.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="wxTED" />
<Option platforms="Unix;" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option platforms="Unix;" />
<Option output="bin/Debug/wxTED" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug/" />
<Option type="1" />
<Option compiler="gcc" />
<Option projectLinkerOptionsRelation="2" />
<Compiler>
<Add option="-Wshadow" />
<Add option="-Winit-self" />
<Add option="-Wredundant-decls" />
<Add option="-Wunreachable-code" />
<Add option="-Wall" />
<Add option="-g" />
<Add directory="include" />
</Compiler>
</Target>
<Target title="Release">
<Option platforms="Windows;Unix;" />
<Option output="bin/Release/wxTED" 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 option="-Wzero-as-null-pointer-constant" />
<Add option="-Wall" />
<Add option="-m64" />
<Add option="-D__WXMSW__" />
<Add directory="include" />
<Add directory="E:/dev/wxwidgets/wxWidgets-3.0.5" />
</Compiler>
<ResourceCompiler>
<Add directory="E:/dev/wxwidgets/wxWidgets-3.0.5" />
<Add directory="E:/dev/wxTED-GitHub/wxted/" />
</ResourceCompiler>
<Linker>
<Add option="-s" />
<Add option="-m64" />
<Add library="E:/dev/wxwidgets/wxWidgets-3.0.5/lib/gcc_dll/libwxmsw30u.a" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
<Add option="-m64" />
<Add option="-pipe" />
<Add option="`wx-config --cflags`" />
<Add option="-DwxUSE_UNICODE" />
<Add directory="E:/dev/wxwidgets/wxWidgets-3.0.5/lib/gcc_dll/mswu" />
<Add directory="E:/dev/wxwidgets/wxWidgets-3.0.5/include/" />
<Add directory="include" />
</Compiler>
<ResourceCompiler>
<Add directory="E:/dev/wxwidgets/wxWidgets-3.0.5/include" />
</ResourceCompiler>
<Linker>
<Add option="-m64" />
<Add option="`wx-config --libs`" />
</Linker>
<Unit filename="HelpFrame.cpp" />
<Unit filename="HelpFrame.h" />
<Unit filename="PageSettingsDialog.cpp" />
<Unit filename="PageSettingsDialog.h" />
<Unit filename="PublishSetupDialog.cpp" />
<Unit filename="PublishSetupDialog.h" />
<Unit filename="charchange.cpp" />
<Unit filename="charchange.h" />
<Unit filename="hamm-tables.h" />
<Unit filename="hamm.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="hamm.h" />
<Unit filename="include/HeaderPacket.h" />
<Unit filename="include/T42.h" />
<Unit filename="mapchar.cpp" />
<Unit filename="mapchar.h" />
<Unit filename="resource.rc">
<Option compilerVar="WINDRES" />
</Unit>
<Unit filename="src/HeaderPacket.cpp" />
<Unit filename="src/T42.cpp" />
<Unit filename="teddybear.ico" />
<Unit filename="tedevent.cpp" />
<Unit filename="tedevent.h" />
<Unit filename="teletext40.cpp" />
<Unit filename="teletext40.h" />
<Unit filename="ttxcodes.h" />
<Unit filename="ttxline.cpp" />
<Unit filename="ttxline.h" />
<Unit filename="ttxpage.cpp" />
<Unit filename="ttxpage.h" />
<Unit filename="ttxrow28.cpp" />
<Unit filename="ttxrow28.h" />
<Unit filename="wxTEDApp.cpp" />
<Unit filename="wxTEDApp.h" />
<Unit filename="wxTEDMain.cpp" />
<Unit filename="wxTEDMain.h" />
<Unit filename="wxsmith/HelpFrame1.wxs" />
<Unit filename="wxsmith/PageSettingsDialog.wxs" />
<Unit filename="wxsmith/PublishSetupDialog.wxs" />
<Unit filename="wxsmith/wxTEDframe.wxs" />
<Extensions>
<lib_finder disable_auto="1" />
<wxsmith version="1">
<gui name="wxWidgets" src="wxTEDApp.cpp" main="wxTEDFrame" init_handlers="necessary" language="CPP" />
<resources>
<wxFrame wxs="wxsmith/wxTEDframe.wxs" src="wxTEDMain.cpp" hdr="wxTEDMain.h" fwddecl="0" i18n="1" name="wxTEDFrame" language="CPP" />
<wxDialog wxs="wxsmith/PageSettingsDialog.wxs" src="PageSettingsDialog.cpp" hdr="PageSettingsDialog.h" fwddecl="0" i18n="1" name="PageSettingsDialog" language="CPP" />
<wxDialog wxs="wxsmith/PublishSetupDialog.wxs" src="PublishSetupDialog.cpp" hdr="PublishSetupDialog.h" fwddecl="0" i18n="1" name="PublishSetupDialog" language="CPP" />
<wxFrame wxs="wxsmith/HelpFrame1.wxs" src="HelpFrame.cpp" hdr="HelpFrame.h" fwddecl="0" i18n="1" name="HelpFrame" language="CPP" />
<wxDialog wxs="wxsmith/Quit.wxs" src="Quit.cpp" hdr="Quit.h" fwddecl="0" i18n="1" name="Quit" language="CPP" />
</resources>
</wxsmith>
</Extensions>
</Project>
</CodeBlocks_project_file>