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

« back to all changes in this revision

Viewing changes to src/plugins/contrib/regex_testbed/RegExTestbed.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:
13
13
                                <Option external_deps="..\..\..\devel\libcodeblocks.a;" />
14
14
                                <Option type="3" />
15
15
                                <Option compiler="gcc" />
 
16
                                <Option parameters="--debug-log -na -ns -nd" />
16
17
                                <Option host_application="..\..\..\devel\codeblocks.exe" />
17
18
                                <Compiler>
18
19
                                        <Add option="-g" />
19
 
                                        <Add option="-DcbDEBUG" />
20
20
                                </Compiler>
21
21
                                <ExtraCommands>
22
22
                                        <Add after="zip -j9 ..\..\..\devel\share\codeblocks\RegExTestbed.zip manifest.xml *.xrc" />
45
45
                        <Add option="-DWX_PRECOMP" />
46
46
                        <Add option="-DwxUSE_UNICODE" />
47
47
                        <Add option="-DBUILDING_PLUGIN" />
 
48
                        <Add option="-DcbDEBUG" />
48
49
                        <Add option="-DSUPPORT_UTF8" />
49
50
                        <Add directory="$(#WX.include)" />
50
51
                        <Add directory="$(#WX.lib)\gcc_dll$(WX_CFG)\msw$(WX_SUFFIX)" />
51
52
                        <Add directory="$(#WX)\contrib\include" />
52
 
                        <Add directory="$(#CB.include)" />
53
 
                        <Add directory="$(#CB.include)\wxscintilla\include" />
 
53
                        <Add directory="..\..\..\include" />
 
54
                        <Add directory="..\..\..\sdk\wxscintilla\include" />
54
55
                </Compiler>
55
56
                <ResourceCompiler>
56
57
                        <Add directory="$(#WX.include)" />
57
58
                </ResourceCompiler>
58
59
                <Linker>
 
60
                        <Add option="-Wl,--enable-auto-image-base" />
 
61
                        <Add option="-Wl,--enable-auto-import" />
 
62
                        <Add option="-mthreads" />
59
63
                        <Add library="wxmsw28$(WX_SUFFIX)" />
60
64
                        <Add library="codeblocks" />
61
65
                        <Add directory="$(#WX.lib)\gcc_dll$(WX_CFG)" />
62
 
                        <Add directory="$(#CB.lib)" />
63
 
                        <Add directory="$(#CB)\devel" />
64
 
                        <Add directory="." />
 
66
                        <Add directory="..\..\..\devel" />
65
67
                </Linker>
66
68
                <Unit filename="RegExTestbed.cpp" />
67
69
                <Unit filename="RegExTestbed.h" />
73
75
                        <wxsmith version="1">
74
76
                                <gui name="wxWidgets" src="" main="" init_handlers="necessary" language="CPP" />
75
77
                                <resources>
76
 
                                        <wxDialog wxs="wxsmith/RegExDlg.wxs" src="regexdlg.cpp" hdr="regexdlg.h" xrc="regexdlg.xrc" name="regex_dialog" language="CPP" />
 
78
                                        <wxScrollingDialog wxs="wxsmith/RegExDlg.wxs" src="regexdlg.cpp" hdr="regexdlg.h" xrc="regexdlg.xrc" name="regex_dialog" language="CPP" />
77
79
                                </resources>
78
80
                        </wxsmith>
79
81
                        <envvars />