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

« back to all changes in this revision

Viewing changes to src/plugins/contrib/HexEditor/HexEditor-unix.cbp

  • Committer: Bazaar Package Importer
  • Author(s): Cosme Domínguez Díaz
  • Date: 2010-08-09 04:38:38 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20100809043838-a59ygguym4eg0jgw
Tags: 10.05-0ubuntu1
* New upstream release. Closes (LP: #322350)
 - Switch to dpkg-source 3.0 (quilt) format
 - Remove unneeded README.source
 - Add debian/get-source-orig script that removes all
   Windows prebuilt binaries
* Bump Standards-Version to 3.9.1
 - Stop shipping *.la files
* debian/control
 - Add cdbs package as Build-Depend
 - Add libbz2-dev and zlib1g-dev packages as
   Build-Depends (needed by libhelp_plugin.so)
 - Remove dpatch package of Build-Depends
 - Add codeblocks-contrib-debug package
 - Split architecture-independent files of codeblocks
   package in codeblocks-common package
* debian/rules
 - Switch to CDBS rules system
 - Add parallel build support
 - Add a call to debian/get-source-orig script
 - Use lzma compression (saves 23,5 MB of free space)
* debian/patches
 - Refresh 01_codeblocks_plugin_path
 - Add 02_no_Makefiles_in_debian_dir to remove any link
   in codeblocks build system to deleted Makefiles of debian directory
 - Drop 02_ftbfs_gcc44 and 03_ftbfs_glib221 (merged in upstream)
* debian/watch
 - Update to use the new host (berlios.de)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
 
2
<CodeBlocks_project_file>
 
3
        <FileVersion major="1" minor="6" />
 
4
        <Project>
 
5
                <Option title="HexEditor (Unix)" />
 
6
                <Option platforms="Unix;Mac;" />
 
7
                <Option pch_mode="0" />
 
8
                <Option compiler="gcc" />
 
9
                <Build>
 
10
                        <Target title="default">
 
11
                                <Option output="../../../devel/share/codeblocks/plugins/libHexEditor.so" prefix_auto="0" extension_auto="0" />
 
12
                                <Option object_output="../../../.objs/plugins/contrib/HexEditor" />
 
13
                                <Option type="3" />
 
14
                                <Option compiler="gcc" />
 
15
                                <Option parameters="--debug-log -ns -ni" />
 
16
                                <Option host_application="../../../devel/codeblocks" />
 
17
                                <Option projectCompilerOptionsRelation="0" />
 
18
                        </Target>
 
19
                </Build>
 
20
                <VirtualTargets>
 
21
                        <Add alias="All" targets="default;" />
 
22
                </VirtualTargets>
 
23
                <Compiler>
 
24
                        <Add option="-Wall" />
 
25
                        <Add option="-g" />
 
26
                        <Add option="-Ulinux" />
 
27
                        <Add option="-Uunix" />
 
28
                        <Add option="`wx-config --cflags`" />
 
29
                        <Add option="-Winvalid-pch" />
 
30
                        <Add option="-fexceptions" />
 
31
                        <Add option="-fPIC" />
 
32
                        <Add option="-DCB_PRECOMP" />
 
33
                        <Add option="-DcbDEBUG" />
 
34
                        <Add directory="../../../include" />
 
35
                        <Add directory="../../../sdk/wxscintilla/include" />
 
36
                </Compiler>
 
37
                <Linker>
 
38
                        <Add option="`wx-config --libs`" />
 
39
                        <Add library="libcodeblocks.a" />
 
40
                        <Add directory="../../../devel" />
 
41
                </Linker>
 
42
                <ExtraCommands>
 
43
                        <Add after="zip -j9 ../../../devel/share/codeblocks/HexEditor.zip manifest.xml" />
 
44
                        <Mode after="always" />
 
45
                </ExtraCommands>
 
46
                <Unit filename="CharacterView.cpp" />
 
47
                <Unit filename="CharacterView.h" />
 
48
                <Unit filename="DigitView.cpp" />
 
49
                <Unit filename="DigitView.h" />
 
50
                <Unit filename="ExpressionExecutor.cpp" />
 
51
                <Unit filename="ExpressionExecutor.h" />
 
52
                <Unit filename="ExpressionParser.cpp" />
 
53
                <Unit filename="ExpressionParser.h" />
 
54
                <Unit filename="ExpressionPreprocessed.cpp" />
 
55
                <Unit filename="ExpressionPreprocessed.h" />
 
56
                <Unit filename="ExpressionTestCases.cpp" />
 
57
                <Unit filename="ExpressionTestCases.h" />
 
58
                <Unit filename="ExpressionTester.cpp" />
 
59
                <Unit filename="ExpressionTester.h" />
 
60
                <Unit filename="FileContentBase.cpp" />
 
61
                <Unit filename="FileContentBase.h" />
 
62
                <Unit filename="FileContentBuffered.cpp" />
 
63
                <Unit filename="FileContentBuffered.h" />
 
64
                <Unit filename="FileContentDisk.cpp" />
 
65
                <Unit filename="FileContentDisk.h" />
 
66
                <Unit filename="HexEditLineBuffer.cpp" />
 
67
                <Unit filename="HexEditLineBuffer.h" />
 
68
                <Unit filename="HexEditPanel.cpp" />
 
69
                <Unit filename="HexEditPanel.h" />
 
70
                <Unit filename="HexEditViewBase.cpp" />
 
71
                <Unit filename="HexEditViewBase.h" />
 
72
                <Unit filename="HexEditor.cpp" />
 
73
                <Unit filename="HexEditor.h" />
 
74
                <Unit filename="Makefile.am" />
 
75
                <Unit filename="SearchDialog.cpp" />
 
76
                <Unit filename="SearchDialog.h" />
 
77
                <Unit filename="SelectStoredExpressionDlg.cpp" />
 
78
                <Unit filename="SelectStoredExpressionDlg.h" />
 
79
                <Unit filename="TestCasesBase.h" />
 
80
                <Unit filename="TestCasesDlg.cpp" />
 
81
                <Unit filename="TestCasesDlg.h" />
 
82
                <Unit filename="TestCasesHelper.h" />
 
83
                <Unit filename="manifest.xml" />
 
84
                <Unit filename="wxsmith/ExpressionTester.wxs" />
 
85
                <Unit filename="wxsmith/HexEditPanel.wxs" />
 
86
                <Unit filename="wxsmith/SearchDialog.wxs" />
 
87
                <Unit filename="wxsmith/SelectStoredExpressionDlg.wxs" />
 
88
                <Unit filename="wxsmith/TestCasesDlg.wxs" />
 
89
                <Extensions>
 
90
                        <envvars />
 
91
                        <code_completion />
 
92
                        <debugger />
 
93
                        <wxsmith version="1">
 
94
                                <resources>
 
95
                                        <wxPanel wxs="wxsmith/HexEditPanel.wxs" src="HexEditPanel.cpp" hdr="HexEditPanel.h" name="HexEditPanel" language="CPP" />
 
96
                                        <wxScrollingDialog wxs="wxsmith/ExpressionTester.wxs" src="ExpressionTester.cpp" hdr="ExpressionTester.h" name="ExpressionTester" language="CPP" />
 
97
                                        <wxScrollingDialog wxs="wxsmith/SelectStoredExpressionDlg.wxs" src="SelectStoredExpressionDlg.cpp" hdr="SelectStoredExpressionDlg.h" name="SelectStoredExpressionDlg" language="CPP" />
 
98
                                        <wxScrollingDialog wxs="wxsmith/TestCasesDlg.wxs" src="TestCasesDlg.cpp" hdr="TestCasesDlg.h" name="TestCasesDlg" language="CPP" />
 
99
                                        <wxScrollingDialog wxs="wxsmith/SearchDialog.wxs" src="SearchDialog.cpp" hdr="SearchDialog.h" name="SearchDialog" language="CPP" />
 
100
                                </resources>
 
101
                        </wxsmith>
 
102
                        <lib_finder disable_auto="1" />
 
103
                </Extensions>
 
104
        </Project>
 
105
</CodeBlocks_project_file>