~efargaspro/+junk/codeblocks-16.01-release

« back to all changes in this revision

Viewing changes to src/templates/win32/directx.template

  • 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_template_file>
 
3
<CodeBlocks_template_file>
 
4
        <Template name="DirectX" title="DirectX Project" category="2D/3D Graphics" bitmap="directx.png">
 
5
                <Notice value="This template expects the global variable &quot;dx&quot; to point
 
6
                               to the appropriate DirectX SDK.
 
7
                   This is the MS DirectX SDK for the Visual C++ Toolkit 2003 project
 
8
                   and e.g. the DevPack folder for the GCC project.
 
9
 
 
10
                   In addition for the Visual C++ Toolkit 2003 the global variable
 
11
                   &quot;psdk&quot; must point to the directory of the MS platform SDK.
 
12
 
 
13
                   You will be asked to setup the variables accordingly. If this is
 
14
                   not the case, verify &quot;Settings->Global variables&quot;"
 
15
                                isWarning="1"/>
 
16
                <FileSet name="s" title="Default">
 
17
                        <File source="directx_main.cpp" destination="main.cpp"/>
 
18
                </FileSet>
 
19
                <Option name="Free VisualC++ Toolkit 2003 project">
 
20
                        <Project file="directx_vctk.cbp" useDefaultCompiler="0"/>
 
21
                </Option>
 
22
                <Option name="GCC project">
 
23
                        <Project file="directx_gcc.cbp" useDefaultCompiler="0"/>
 
24
                </Option>
 
25
        </Template>
 
26
</CodeBlocks_template_file>