~ubuntu-branches/ubuntu/hardy/codeblocks/hardy-backports

« back to all changes in this revision

Viewing changes to src/templates/win32/wxwidgets_static.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="3" />
 
4
        <Project>
 
5
                <Option title="wxWidgets application" />
 
6
                <Option pch_mode="0" />
 
7
                <Option compiler="gcc" />
 
8
                <Build>
 
9
                        <Target title="default">
 
10
                                <Option output="wxwidgets_static.exe" />
 
11
                                <Option type="0" />
 
12
                                <Option compiler="gcc" />
 
13
                                <Option includeInTargetAll="1" />
 
14
                                <Option projectResourceIncludeDirsRelation="0" />
 
15
                        </Target>
 
16
                        <Environment>
 
17
                                <Variable name="WX_CFG" value="" />
 
18
                        </Environment>
 
19
                </Build>
 
20
                <Compiler>
 
21
                        <Add option="-pipe" />
 
22
                        <Add option="-mthreads" />
 
23
                        <Add option="-Winvalid-pch" />
 
24
                        <Add option='-include &quot;wx_pch.h&quot;' />
 
25
                        <Add option="-D__GNUWIN32__" />
 
26
                        <Add option="-D__WXMSW__" />
 
27
                        <Add option="-DUSE_PCH" />
 
28
                        <Add directory="$(#WX.include)" />
 
29
                        <Add directory="$(#WX.lib)\gcc_lib$(WX_CFG)\msw" />
 
30
                        <Add directory="$(#WX)\contrib\include" />
 
31
                </Compiler>
 
32
                <ResourceCompiler>
 
33
                        <Add directory="$(#WX.include)" />
 
34
                </ResourceCompiler>
 
35
                <Linker>
 
36
                        <Add library="wxmsw" />
 
37
                        <Add library="winspool" />
 
38
                        <Add library="winmm" />
 
39
                        <Add library="shell32" />
 
40
                        <Add library="comctl32" />
 
41
                        <Add library="ctl3d32" />
 
42
                        <Add library="odbc32" />
 
43
                        <Add library="advapi32" />
 
44
                        <Add library="wsock32" />
 
45
                        <Add library="opengl32" />
 
46
                        <Add library="glu32" />
 
47
                        <Add library="ole32" />
 
48
                        <Add library="oleaut32" />
 
49
                        <Add library="uuid" />
 
50
                        <Add directory="$(#WX.lib)" />
 
51
                        <Add directory="$(#WX.lib)\gcc_lib$(WX_CFG)" />
 
52
                </Linker>
 
53
                <Unit filename="wx_pch.h">
 
54
                        <Option compilerVar="CPP" />
 
55
                        <Option link="0" />
 
56
                        <Option weight="0" />
 
57
                        <Option target="default" />
 
58
                </Unit>
 
59
        </Project>
 
60
</CodeBlocks_project_file>