~ubuntu-branches/ubuntu/trusty/codeblocks/trusty-proposed

« back to all changes in this revision

Viewing changes to src/plugins/contrib/ReopenEditor/ReopenEditor_wx29.cbp

  • Committer: Package Import Robot
  • Author(s): Vincent Cheng
  • Date: 2013-05-06 00:20:02 UTC
  • mfrom: (6.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20130506002002-ngc7bwkewnak8fja
Tags: 12.11-3
* Upload to unstable.
* Update watch file, thanks to Bart Martens.

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="ReopenEditor wx2.9.x" />
 
6
                <Option pch_mode="2" />
 
7
                <Option compiler="gcc" />
 
8
                <Build>
 
9
                        <Target title="default">
 
10
                                <Option output="..\..\..\devel29\share\codeblocks\plugins\ReopenEditor" prefix_auto="1" extension_auto="1" />
 
11
                                <Option object_output="..\..\..\.objs29\plugins\contrib\ReopenEditor" />
 
12
                                <Option type="3" />
 
13
                                <Option compiler="gcc" />
 
14
                                <Option parameters="--debug-log --multiple-instance -na -ns -nd" />
 
15
                                <Option host_application="..\..\..\devel29\codeblocks.exe" />
 
16
                                <Option run_host_application_in_terminal="0" />
 
17
                                <Compiler>
 
18
                                        <Add option="-Wall" />
 
19
                                        <Add option="$(#CB_RELEASE_TYPE)" />
 
20
                                        <Add option="-pipe" />
 
21
                                        <Add option="-mthreads" />
 
22
                                        <Add option="-fmessage-length=0" />
 
23
                                        <Add option="-fexceptions" />
 
24
                                        <Add option="-Winvalid-pch" />
 
25
                                        <Add option="-DHAVE_W32API_H" />
 
26
                                        <Add option="-D__WXMSW__" />
 
27
                                        <Add option="-DWXUSINGDLL" />
 
28
                                        <Add option="-DBUILDING_PLUGIN" />
 
29
                                        <Add option="-DcbDEBUG" />
 
30
                                        <Add option="-DCB_PRECOMP" />
 
31
                                        <Add option="-DWX_PRECOMP" />
 
32
                                        <Add option="-DwxUSE_UNICODE" />
 
33
                                        <Add directory="..\..\..\include" />
 
34
                                        <Add directory="$(#WX29.include)" />
 
35
                                        <Add directory="$(#WX29.lib)\gcc_dll$(WX_CFG)\msw$(WX_SUFFIX)" />
 
36
                                        <Add directory="..\..\..\sdk\wxscintilla\include" />
 
37
                                </Compiler>
 
38
                                <Linker>
 
39
                                        <Add option="-mthreads" />
 
40
                                        <Add library="codeblocks" />
 
41
                                        <Add library="wxmsw$(WX_VERSION)$(WX_SUFFIX)" />
 
42
                                        <Add directory="..\..\..\devel29" />
 
43
                                        <Add directory="$(#WX29.lib)\gcc_dll$(WX_CFG)" />
 
44
                                </Linker>
 
45
                                <ExtraCommands>
 
46
                                        <Add after="zip -jq9 ..\..\..\devel29\share\codeblocks\ReopenEditor.zip manifest.xml *.xrc" />
 
47
                                        <Mode after="always" />
 
48
                                </ExtraCommands>
 
49
                                <Environment>
 
50
                                        <Variable name="WX_CFG" value="" />
 
51
                                        <Variable name="WX_SUFFIX" value="u" />
 
52
                                        <Variable name="WX_VERSION" value="29" />
 
53
                                </Environment>
 
54
                        </Target>
 
55
                </Build>
 
56
                <VirtualTargets>
 
57
                        <Add alias="All" targets="default;" />
 
58
                </VirtualTargets>
 
59
                <Unit filename="ReopenEditor.cpp" />
 
60
                <Unit filename="ReopenEditor.h" />
 
61
                <Unit filename="ReopenEditorConfDLg.cpp" />
 
62
                <Unit filename="ReopenEditorConfDLg.h" />
 
63
                <Unit filename="ReopenEditorListView.cpp" />
 
64
                <Unit filename="ReopenEditorListView.h" />
 
65
                <Unit filename="manifest.xml" />
 
66
                <Unit filename="wxsmith\ReopenEditorConfDLg.wxs" />
 
67
                <Extensions>
 
68
                        <code_completion />
 
69
                        <envvars />
 
70
                        <debugger />
 
71
                        <lib_finder disable_auto="1" />
 
72
                        <wxsmith version="1">
 
73
                                <resources>
 
74
                                        <wxPanel wxs="wxsmith/ReopenEditorConfDLg.wxs" src="./ReopenEditorConfDLg.cpp" hdr="./ReopenEditorConfDLg.h" xrc="./ReopenEditorConfDLg.xrc" fwddecl="1" i18n="1" name="ReopenEditorConfDLg" language="CPP" />
 
75
                                </resources>
 
76
                        </wxsmith>
 
77
                </Extensions>
 
78
        </Project>
 
79
</CodeBlocks_project_file>