~efargaspro/+junk/codeblocks-16.01-release

« back to all changes in this revision

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

  • Committer: damienlmoore at gmail
  • Date: 2016-02-02 02:43:22 UTC
  • Revision ID: damienlmoore@gmail.com-20160202024322-yql5qmtbwdyamdwd
Code::BlocksĀ 16.01

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