~efargaspro/+junk/codeblocks-16.01-release

« back to all changes in this revision

Viewing changes to src/templates/unix/wxwidgets.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"?>
 
2
<!DOCTYPE CodeBlocks_project_file>
 
3
<CodeBlocks_project_file>
 
4
        <FileVersion major="1" minor="1"/>
 
5
        <Project>
 
6
                <Option title="wxWidgets application"/>
 
7
                <Option makefile="Makefile"/>
 
8
                <Build>
 
9
                        <Target title="default">
 
10
                                <Option type="0"/>
 
11
                        </Target>
 
12
                </Build>
 
13
                <Compiler>
 
14
                        <Add option="-Winvalid-pch"/>
 
15
                        <Add option="-include &quot;wx_pch.h&quot;"/>
 
16
                        <Add option="-DUSE_PCH"/>
 
17
                        <Add option="`wx-config --cflags`"/>
 
18
                </Compiler>
 
19
                <Linker>
 
20
                        <Add option="`wx-config --libs`"/>
 
21
                </Linker>
 
22
        </Project>
 
23
</CodeBlocks_project_file>