~efargaspro/+junk/codeblocks-16.01-release

« back to all changes in this revision

Viewing changes to src/plugins/contrib/rndgen/rndgen_wx30.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="rndgen wx3.0.x" />
 
6
                <Option pch_mode="2" />
 
7
                <Option compiler="gcc" />
 
8
                <Build>
 
9
                        <Target title="default">
 
10
                                <Option output="..\..\..\devel30\share\codeblocks\plugins\rndgen" prefix_auto="1" extension_auto="1" />
 
11
                                <Option object_output="..\..\..\.objs30\plugins\contrib\rndgen" />
 
12
                                <Option type="3" />
 
13
                                <Option compiler="gcc" />
 
14
                                <Option host_application="..\..\..\devel30\codeblocks.exe" />
 
15
                                <Option run_host_application_in_terminal="0" />
 
16
                                <Compiler>
 
17
                                        <Add option="$(#CB_RELEASE_TYPE)" />
 
18
                                        <Add option="-pipe" />
 
19
                                        <Add option="-mthreads" />
 
20
                                        <Add option="-fmessage-length=0" />
 
21
                                        <Add option="-fexceptions" />
 
22
                                        <Add option="-DBUILDING_PLUGIN" />
 
23
                                        <Add option="-DHAVE_W32API_H" />
 
24
                                        <Add option="-D__WXMSW__" />
 
25
                                        <Add option="-DWXUSINGDLL" />
 
26
                                        <Add option="-DcbDEBUG" />
 
27
                                        <Add option="-DNOPCH" />
 
28
                                        <Add option="-DwxUSE_UNICODE" />
 
29
                                        <Add directory="..\..\..\include" />
 
30
                                        <Add directory="..\..\..\sdk\wxscintilla\include" />
 
31
                                        <Add directory="$(#WX30.include)" />
 
32
                                        <Add directory="$(#WX30.lib)\gcc_dll$(WX_CFG)\msw$(WX_SUFFIX)" />
 
33
                                </Compiler>
 
34
                                <Linker>
 
35
                                        <Add library="wxmsw$(WX_VERSION)$(WX_SUFFIX)" />
 
36
                                        <Add library="codeblocks" />
 
37
                                        <Add directory="..\..\..\devel30" />
 
38
                                        <Add directory="$(#WX30.lib)\gcc_dll$(WX_CFG)" />
 
39
                                </Linker>
 
40
                                <ExtraCommands>
 
41
                                        <Add after="zip -j9 ..\..\..\devel30\share\CodeBlocks\rndgen.zip manifest.xml" />
 
42
                                        <Mode after="always" />
 
43
                                </ExtraCommands>
 
44
                        </Target>
 
45
                        <Environment>
 
46
                                <Variable name="WX_CFG" value="" />
 
47
                                <Variable name="WX_SUFFIX" value="u" />
 
48
                                <Variable name="WX_VERSION" value="30" />
 
49
                        </Environment>
 
50
                </Build>
 
51
                <VirtualTargets>
 
52
                        <Add alias="All" targets="default;" />
 
53
                </VirtualTargets>
 
54
                <Linker>
 
55
                        <Add option="-Wl,--enable-auto-image-base" />
 
56
                </Linker>
 
57
                <Unit filename="manifest.xml" />
 
58
                <Unit filename="rndgen.cpp" />
 
59
                <Unit filename="rndgen.h" />
 
60
                <Extensions>
 
61
                        <code_completion />
 
62
                        <debugger />
 
63
                        <envvars />
 
64
                </Extensions>
 
65
        </Project>
 
66
</CodeBlocks_project_file>