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

« back to all changes in this revision

Viewing changes to src/plugins/contrib/HexEditor/HexEditor-win.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" />
 
6
                <Option platforms="Windows;" />
 
7
                <Option pch_mode="2" />
 
8
                <Option compiler="gcc" />
 
9
                <Build>
 
10
                        <Target title="default">
 
11
                                <Option output="..\..\..\devel\share\CodeBlocks\plugins\HexEditor" prefix_auto="1" extension_auto="1" />
 
12
                                <Option object_output="..\..\..\.objs\plugins\contrib\HexEditor" />
 
13
                                <Option type="3" />
 
14
                                <Option compiler="gcc" />
 
15
                                <Option parameters="--debug-log -na -ns -nd" />
 
16
                                <Option host_application="..\..\..\devel\codeblocks.exe" />
 
17
                                <Compiler>
 
18
                                        <Add option="-g" />
 
19
                                        <Add option="-pipe" />
 
20
                                        <Add option="-mthreads" />
 
21
                                        <Add option="-fmessage-length=0" />
 
22
                                        <Add option="-fexceptions" />
 
23
                                        <Add option="-Winvalid-pch" />
 
24
                                        <Add option="-DHAVE_W32API_H" />
 
25
                                        <Add option="-D__WXMSW__" />
 
26
                                        <Add option="-DWXUSINGDLL" />
 
27
                                        <Add option="-DBUILDING_PLUGIN" />
 
28
                                        <Add option="-DcbDEBUG" />
 
29
                                        <Add option="-DCB_PRECOMP" />
 
30
                                        <Add option="-DWX_PRECOMP" />
 
31
                                        <Add option="-DwxUSE_UNICODE" />
 
32
                                        <Add directory="$(#WX.include)" />
 
33
                                        <Add directory="$(#WX.lib)\gcc_dll$(WX_CFG)\msw$(WX_SUFFIX)" />
 
34
                                        <Add directory="..\..\..\include" />
 
35
                                        <Add directory="..\..\..\sdk\wxscintilla\include" />
 
36
                                </Compiler>
 
37
                                <Linker>
 
38
                                        <Add option="-Wl,--enable-auto-import" />
 
39
                                        <Add option="-mthreads" />
 
40
                                        <Add library="wxmsw28$(WX_SUFFIX)" />
 
41
                                        <Add library="codeblocks" />
 
42
                                        <Add directory="$(#WX.lib)\gcc_dll$(WX_CFG)" />
 
43
                                        <Add directory="..\..\..\devel" />
 
44
                                </Linker>
 
45
                                <ExtraCommands>
 
46
                                        <Add after="zip -j9 ..\..\..\devel\share\CodeBlocks\HexEditor.zip manifest.xml" />
 
47
                                        <Mode after="always" />
 
48
                                </ExtraCommands>
 
49
                        </Target>
 
50
                        <Environment>
 
51
                                <Variable name="WX_SUFFIX" value="u" />
 
52
                                <Variable name="WX_CFG" value="" />
 
53
                        </Environment>
 
54
                </Build>
 
55
                <VirtualTargets>
 
56
                        <Add alias="All" targets="default;" />
 
57
                </VirtualTargets>
 
58
                <Unit filename="CharacterView.cpp" />
 
59
                <Unit filename="CharacterView.h" />
 
60
                <Unit filename="DigitView.cpp" />
 
61
                <Unit filename="DigitView.h" />
 
62
                <Unit filename="ExpressionExecutor.cpp" />
 
63
                <Unit filename="ExpressionExecutor.h" />
 
64
                <Unit filename="ExpressionParser.cpp" />
 
65
                <Unit filename="ExpressionParser.h" />
 
66
                <Unit filename="ExpressionPreprocessed.cpp" />
 
67
                <Unit filename="ExpressionPreprocessed.h" />
 
68
                <Unit filename="ExpressionTestCases.cpp" />
 
69
                <Unit filename="ExpressionTestCases.h" />
 
70
                <Unit filename="ExpressionTester.cpp" />
 
71
                <Unit filename="ExpressionTester.h" />
 
72
                <Unit filename="FileContentBase.cpp" />
 
73
                <Unit filename="FileContentBase.h" />
 
74
                <Unit filename="FileContentBuffered.cpp" />
 
75
                <Unit filename="FileContentBuffered.h" />
 
76
                <Unit filename="FileContentDisk.cpp" />
 
77
                <Unit filename="FileContentDisk.h" />
 
78
                <Unit filename="HexEditLineBuffer.cpp" />
 
79
                <Unit filename="HexEditLineBuffer.h" />
 
80
                <Unit filename="HexEditPanel.cpp" />
 
81
                <Unit filename="HexEditPanel.h" />
 
82
                <Unit filename="HexEditViewBase.cpp" />
 
83
                <Unit filename="HexEditViewBase.h" />
 
84
                <Unit filename="HexEditor.cpp" />
 
85
                <Unit filename="HexEditor.h" />
 
86
                <Unit filename="Makefile.am" />
 
87
                <Unit filename="SearchDialog.cpp" />
 
88
                <Unit filename="SearchDialog.h" />
 
89
                <Unit filename="SelectStoredExpressionDlg.cpp" />
 
90
                <Unit filename="SelectStoredExpressionDlg.h" />
 
91
                <Unit filename="TestCasesBase.h" />
 
92
                <Unit filename="TestCasesDlg.cpp" />
 
93
                <Unit filename="TestCasesDlg.h" />
 
94
                <Unit filename="TestCasesHelper.h" />
 
95
                <Unit filename="manifest.xml" />
 
96
                <Unit filename="wxsmith\ExpressionTester.wxs" />
 
97
                <Unit filename="wxsmith\HexEditPanel.wxs" />
 
98
                <Unit filename="wxsmith\SearchDialog.wxs" />
 
99
                <Unit filename="wxsmith\SelectStoredExpressionDlg.wxs" />
 
100
                <Unit filename="wxsmith\TestCasesDlg.wxs" />
 
101
                <Extensions>
 
102
                        <envvars />
 
103
                        <code_completion />
 
104
                        <debugger />
 
105
                        <wxsmith version="1">
 
106
                                <resources>
 
107
                                        <wxPanel wxs="wxsmith/HexEditPanel.wxs" src="HexEditPanel.cpp" hdr="HexEditPanel.h" name="HexEditPanel" language="CPP" />
 
108
                                        <wxScrollingDialog wxs="wxsmith/ExpressionTester.wxs" src="ExpressionTester.cpp" hdr="ExpressionTester.h" name="ExpressionTester" language="CPP" />
 
109
                                        <wxScrollingDialog wxs="wxsmith/SelectStoredExpressionDlg.wxs" src="SelectStoredExpressionDlg.cpp" hdr="SelectStoredExpressionDlg.h" name="SelectStoredExpressionDlg" language="CPP" />
 
110
                                        <wxScrollingDialog wxs="wxsmith/TestCasesDlg.wxs" src="TestCasesDlg.cpp" hdr="TestCasesDlg.h" name="TestCasesDlg" language="CPP" />
 
111
                                        <wxScrollingDialog wxs="wxsmith/SearchDialog.wxs" src="SearchDialog.cpp" hdr="SearchDialog.h" name="SearchDialog" language="CPP" />
 
112
                                </resources>
 
113
                        </wxsmith>
 
114
                        <lib_finder disable_auto="1" />
 
115
                </Extensions>
 
116
        </Project>
 
117
</CodeBlocks_project_file>