~ubuntu-branches/ubuntu/oneiric/codeblocks/oneiric

« back to all changes in this revision

Viewing changes to src/plugins/contrib/codestat/codestat-unix.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="Code statitstics (Unix)" />
 
6
                <Option pch_mode="0" />
 
7
                <Option compiler="gcc" />
 
8
                <Build>
 
9
                        <Target title="default">
 
10
                                <Option output="../../../devel/share/codeblocks/plugins/libcodestat.so" prefix_auto="0" extension_auto="0" />
 
11
                                <Option type="3" />
 
12
                                <Option compiler="gcc" />
 
13
                                <Option host_application="../../../devel/codeblocks" />
 
14
                                <Option projectCompilerOptionsRelation="0" />
 
15
                        </Target>
 
16
                </Build>
 
17
                <VirtualTargets>
 
18
                        <Add alias="All" targets="default;" />
 
19
                </VirtualTargets>
 
20
                <Compiler>
 
21
                        <Add option="-Wall" />
 
22
                        <Add option="-g" />
 
23
                        <Add option="-Ulinux" />
 
24
                        <Add option="-Uunix" />
 
25
                        <Add option="`wx-config --cflags`" />
 
26
                        <Add option="-Winvalid-pch" />
 
27
                        <Add option="-fexceptions" />
 
28
                        <Add option="-fPIC" />
 
29
                        <Add option="-DCB_PRECOMP" />
 
30
                        <Add option="-DcbDEBUG" />
 
31
                        <Add directory="../../../include" />
 
32
                        <Add directory="../../../include/wxscintilla/include" />
 
33
                </Compiler>
 
34
                <Linker>
 
35
                        <Add option="`wx-config --libs`" />
 
36
                        <Add library="libcodeblocks.a" />
 
37
                        <Add directory="../../../devel" />
 
38
                </Linker>
 
39
                <ExtraCommands>
 
40
                        <Add after="zip -j9 ../../../devel/share/codeblocks/codestat.zip resources/manifest.xml resources/*.xrc" />
 
41
                        <Mode after="always" />
 
42
                </ExtraCommands>
 
43
                <Unit filename="codestat.cpp" />
 
44
                <Unit filename="codestat.h" />
 
45
                <Unit filename="codestatconfig.cpp" />
 
46
                <Unit filename="codestatconfig.h" />
 
47
                <Unit filename="codestatexec.cpp" />
 
48
                <Unit filename="codestatexec.h" />
 
49
                <Unit filename="language_def.h" />
 
50
                <Extensions>
 
51
                        <code_completion />
 
52
                </Extensions>
 
53
        </Project>
 
54
</CodeBlocks_project_file>