~efargaspro/+junk/codeblocks-16.01-release

« back to all changes in this revision

Viewing changes to src/plugins/contrib/wxSmithContribItems/wxSmithPlot/test/TestPlot.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="TestPlot" />
 
6
                <Option pch_mode="2" />
 
7
                <Option compiler="gcc" />
 
8
                <Build>
 
9
                        <Target title="Release">
 
10
                                <Option output="TestPlot" prefix_auto="1" extension_auto="1" />
 
11
                                <Option object_output="..\..\..\..\.objs\plugins\contrib\wxSmithPlot\test" />
 
12
                                <Option type="0" />
 
13
                                <Option compiler="gcc" />
 
14
                                <Option projectLinkerOptionsRelation="2" />
 
15
                                <Compiler>
 
16
                                        <Add option="-O2" />
 
17
                                </Compiler>
 
18
                                <Linker>
 
19
                                        <Add option="-s" />
 
20
                                        <Add library="MathPlot" />
 
21
                                        <Add directory="..\..\..\..\devel" />
 
22
                                </Linker>
 
23
                        </Target>
 
24
                        <Environment>
 
25
                                <Variable name="WX_SUFFIX" value="u" />
 
26
                                <Variable name="WX_CFG" value="" />
 
27
                        </Environment>
 
28
                </Build>
 
29
                <Compiler>
 
30
                        <Add option="-Wall" />
 
31
                        <Add option="-pipe" />
 
32
                        <Add option="-mthreads" />
 
33
                        <Add option='[[if (PLATFORM == PLATFORM_MSW &amp;&amp; (GetCompilerFactory().GetCompilerVersionString(_T(&quot;gcc&quot;)) &gt;= _T(&quot;4.0.0&quot;))) print(_T(&quot;-Wno-attributes&quot;));]]' />
 
34
                        <Add option="-DHAVE_W32API_H" />
 
35
                        <Add option="-D__WXMSW__" />
 
36
                        <Add option="-DWXUSINGDLL" />
 
37
                        <Add option="-DwxUSE_UNICODE" />
 
38
                        <Add directory="$(#wx)\include" />
 
39
                        <Add directory="$(#wx.lib)\gcc_dll$(WX_CFG)\msw$(WX_SUFFIX)" />
 
40
                        <Add directory=".." />
 
41
                </Compiler>
 
42
                <ResourceCompiler>
 
43
                        <Add directory="$(#wx)\include" />
 
44
                </ResourceCompiler>
 
45
                <Linker>
 
46
                        <Add option="-Wl,--enable-auto-import" />
 
47
                        <Add library="wxmsw28$(WX_SUFFIX)" />
 
48
                        <Add directory="$(#wx.lib)\gcc_dll$(WX_CFG)" />
 
49
                </Linker>
 
50
                <Unit filename="TestPlotApp.cpp" />
 
51
                <Unit filename="TestPlotApp.h" />
 
52
                <Unit filename="TestPlotMain.cpp" />
 
53
                <Unit filename="TestPlotMain.h" />
 
54
                <Unit filename="resource.rc">
 
55
                        <Option compilerVar="WINDRES" />
 
56
                </Unit>
 
57
                <Unit filename="wxsmith\TestPlotframe.wxs" />
 
58
                <Extensions>
 
59
                        <code_completion />
 
60
                        <envvars />
 
61
                        <debugger />
 
62
                        <wxsmith version="1">
 
63
                                <gui name="wxWidgets" src="TestPlotApp.cpp" main="TestPlotFrame" init_handlers="necessary" language="CPP" />
 
64
                                <resources>
 
65
                                        <wxFrame wxs="wxsmith/TestPlotframe.wxs" src="TestPlotMain.cpp" hdr="TestPlotMain.h" name="TestPlotFrame" language="CPP" />
 
66
                                </resources>
 
67
                        </wxsmith>
 
68
                </Extensions>
 
69
        </Project>
 
70
</CodeBlocks_project_file>