~ubuntu-branches/ubuntu/raring/codeblocks/raring-proposed

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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
	<FileVersion major="1" minor="6" />
	<Project>
		<Option title="HexEditor (Unix)" />
		<Option platforms="Unix;Mac;" />
		<Option pch_mode="0" />
		<Option compiler="gcc" />
		<Build>
			<Target title="default">
				<Option output="../../../devel/share/codeblocks/plugins/libHexEditor.so" prefix_auto="0" extension_auto="0" />
				<Option object_output="../../../.objs/plugins/contrib/HexEditor" />
				<Option type="3" />
				<Option compiler="gcc" />
				<Option parameters="--debug-log -ns -ni" />
				<Option host_application="../../../devel/codeblocks" />
				<Option projectCompilerOptionsRelation="0" />
			</Target>
		</Build>
		<VirtualTargets>
			<Add alias="All" targets="default;" />
		</VirtualTargets>
		<Compiler>
			<Add option="-Wall" />
			<Add option="-g" />
			<Add option="-Ulinux" />
			<Add option="-Uunix" />
			<Add option="`wx-config --cflags`" />
			<Add option="-Winvalid-pch" />
			<Add option="-fexceptions" />
			<Add option="-fPIC" />
			<Add option="-DCB_PRECOMP" />
			<Add option="-DcbDEBUG" />
			<Add directory="../../../include" />
			<Add directory="../../../sdk/wxscintilla/include" />
		</Compiler>
		<Linker>
			<Add option="`wx-config --libs`" />
			<Add library="libcodeblocks.a" />
			<Add directory="../../../devel" />
		</Linker>
		<ExtraCommands>
			<Add after="zip -j9 ../../../devel/share/codeblocks/HexEditor.zip manifest.xml" />
			<Mode after="always" />
		</ExtraCommands>
		<Unit filename="CharacterView.cpp" />
		<Unit filename="CharacterView.h" />
		<Unit filename="DigitView.cpp" />
		<Unit filename="DigitView.h" />
		<Unit filename="ExpressionExecutor.cpp" />
		<Unit filename="ExpressionExecutor.h" />
		<Unit filename="ExpressionParser.cpp" />
		<Unit filename="ExpressionParser.h" />
		<Unit filename="ExpressionPreprocessed.cpp" />
		<Unit filename="ExpressionPreprocessed.h" />
		<Unit filename="ExpressionTestCases.cpp" />
		<Unit filename="ExpressionTestCases.h" />
		<Unit filename="ExpressionTester.cpp" />
		<Unit filename="ExpressionTester.h" />
		<Unit filename="FileContentBase.cpp" />
		<Unit filename="FileContentBase.h" />
		<Unit filename="FileContentBuffered.cpp" />
		<Unit filename="FileContentBuffered.h" />
		<Unit filename="FileContentDisk.cpp" />
		<Unit filename="FileContentDisk.h" />
		<Unit filename="HexEditLineBuffer.cpp" />
		<Unit filename="HexEditLineBuffer.h" />
		<Unit filename="HexEditPanel.cpp" />
		<Unit filename="HexEditPanel.h" />
		<Unit filename="HexEditViewBase.cpp" />
		<Unit filename="HexEditViewBase.h" />
		<Unit filename="HexEditor.cpp" />
		<Unit filename="HexEditor.h" />
		<Unit filename="Makefile.am" />
		<Unit filename="SearchDialog.cpp" />
		<Unit filename="SearchDialog.h" />
		<Unit filename="SelectStoredExpressionDlg.cpp" />
		<Unit filename="SelectStoredExpressionDlg.h" />
		<Unit filename="TestCasesBase.h" />
		<Unit filename="TestCasesDlg.cpp" />
		<Unit filename="TestCasesDlg.h" />
		<Unit filename="TestCasesHelper.h" />
		<Unit filename="manifest.xml" />
		<Unit filename="wxsmith/ExpressionTester.wxs" />
		<Unit filename="wxsmith/HexEditPanel.wxs" />
		<Unit filename="wxsmith/SearchDialog.wxs" />
		<Unit filename="wxsmith/SelectStoredExpressionDlg.wxs" />
		<Unit filename="wxsmith/TestCasesDlg.wxs" />
		<Extensions>
			<envvars />
			<code_completion />
			<debugger />
			<wxsmith version="1">
				<resources>
					<wxPanel wxs="wxsmith/HexEditPanel.wxs" src="HexEditPanel.cpp" hdr="HexEditPanel.h" name="HexEditPanel" language="CPP" />
					<wxScrollingDialog wxs="wxsmith/ExpressionTester.wxs" src="ExpressionTester.cpp" hdr="ExpressionTester.h" name="ExpressionTester" language="CPP" />
					<wxScrollingDialog wxs="wxsmith/SelectStoredExpressionDlg.wxs" src="SelectStoredExpressionDlg.cpp" hdr="SelectStoredExpressionDlg.h" name="SelectStoredExpressionDlg" language="CPP" />
					<wxScrollingDialog wxs="wxsmith/TestCasesDlg.wxs" src="TestCasesDlg.cpp" hdr="TestCasesDlg.h" name="TestCasesDlg" language="CPP" />
					<wxScrollingDialog wxs="wxsmith/SearchDialog.wxs" src="SearchDialog.cpp" hdr="SearchDialog.h" name="SearchDialog" language="CPP" />
				</resources>
			</wxsmith>
			<lib_finder disable_auto="1" />
		</Extensions>
	</Project>
</CodeBlocks_project_file>