~ubuntu-branches/ubuntu/hardy/codeblocks/hardy-backports

« back to all changes in this revision

Viewing changes to src/plugins/contrib/regex_testbed/RegExTestbed.cbp

  • Committer: Bazaar Package Importer
  • Author(s): Michael Casadevall
  • Date: 2008-07-17 04:39:23 UTC
  • Revision ID: james.westby@ubuntu.com-20080717043923-gmsy5cwkdjswghkm
Tags: upstream-8.02
ImportĀ upstreamĀ versionĀ 8.02

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="RegExTestbed" />
 
6
                <Option pch_mode="2" />
 
7
                <Option default_target="default" />
 
8
                <Option compiler="gcc" />
 
9
                <Build>
 
10
                        <Target title="default">
 
11
                                <Option output="..\..\..\devel\share\CodeBlocks\plugins\RegExTestbed" prefix_auto="1" extension_auto="1" />
 
12
                                <Option object_output="..\..\..\.objs\plugins\contrib\regex_testbed" />
 
13
                                <Option external_deps="..\..\..\devel\libcodeblocks.a;" />
 
14
                                <Option type="3" />
 
15
                                <Option compiler="gcc" />
 
16
                                <Option host_application="..\..\..\devel\codeblocks.exe" />
 
17
                                <Compiler>
 
18
                                        <Add option="-g" />
 
19
                                        <Add option="-DcbDEBUG" />
 
20
                                </Compiler>
 
21
                                <ExtraCommands>
 
22
                                        <Add after="zip -j9 ..\..\..\devel\share\codeblocks\RegExTestbed.zip manifest.xml *.xrc" />
 
23
                                        <Mode after="always" />
 
24
                                </ExtraCommands>
 
25
                        </Target>
 
26
                        <Environment>
 
27
                                <Variable name="WX_SUFFIX" value="u" />
 
28
                                <Variable name="WX_CFG" value="" />
 
29
                        </Environment>
 
30
                </Build>
 
31
                <VirtualTargets>
 
32
                        <Add alias="All" targets="default;" />
 
33
                </VirtualTargets>
 
34
                <Compiler>
 
35
                        <Add option="-Wall" />
 
36
                        <Add option="-pipe" />
 
37
                        <Add option="-fmessage-length=0" />
 
38
                        <Add option="-fexceptions" />
 
39
                        <Add option="-Winvalid-pch" />
 
40
                        <Add option="-mthreads" />
 
41
                        <Add option="-DCB_PRECOMP" />
 
42
                        <Add option="-DHAVE_W32API_H" />
 
43
                        <Add option="-D__WXMSW__" />
 
44
                        <Add option="-DWXUSINGDLL" />
 
45
                        <Add option="-DWX_PRECOMP" />
 
46
                        <Add option="-DwxUSE_UNICODE" />
 
47
                        <Add option="-DBUILDING_PLUGIN" />
 
48
                        <Add option="-DSUPPORT_UTF8" />
 
49
                        <Add directory="$(#WX.include)" />
 
50
                        <Add directory="$(#WX.lib)\gcc_dll$(WX_CFG)\msw$(WX_SUFFIX)" />
 
51
                        <Add directory="$(#WX)\contrib\include" />
 
52
                        <Add directory="$(#CB.include)" />
 
53
                        <Add directory="$(#CB.include)\wxscintilla\include" />
 
54
                </Compiler>
 
55
                <ResourceCompiler>
 
56
                        <Add directory="$(#WX.include)" />
 
57
                </ResourceCompiler>
 
58
                <Linker>
 
59
                        <Add library="wxmsw28$(WX_SUFFIX)" />
 
60
                        <Add library="codeblocks" />
 
61
                        <Add directory="$(#WX.lib)\gcc_dll$(WX_CFG)" />
 
62
                        <Add directory="$(#CB.lib)" />
 
63
                        <Add directory="$(#CB)\devel" />
 
64
                        <Add directory="." />
 
65
                </Linker>
 
66
                <Unit filename="RegExTestbed.cpp" />
 
67
                <Unit filename="RegExTestbed.h" />
 
68
                <Unit filename="manifest.xml" />
 
69
                <Unit filename="regexdlg.cpp" />
 
70
                <Unit filename="regexdlg.h" />
 
71
                <Extensions>
 
72
                        <code_completion />
 
73
                        <wxsmith version="1">
 
74
                                <gui name="wxWidgets" src="" main="" init_handlers="necessary" language="CPP" />
 
75
                                <resources>
 
76
                                        <wxDialog wxs="wxsmith/RegExDlg.wxs" src="regexdlg.cpp" hdr="regexdlg.h" xrc="regexdlg.xrc" name="regex_dialog" language="CPP" />
 
77
                                </resources>
 
78
                        </wxsmith>
 
79
                        <envvars />
 
80
                        <debugger />
 
81
                </Extensions>
 
82
        </Project>
 
83
</CodeBlocks_project_file>