~ubuntu-branches/ubuntu/utopic/castle-game-engine/utopic

« back to all changes in this revision

Viewing changes to packages/castle_window.lpk

  • Committer: Package Import Robot
  • Author(s): Abou Al Montacir
  • Date: 2013-04-27 18:06:40 UTC
  • Revision ID: package-import@ubuntu.com-20130427180640-eink4nmwzuivez1c
Tags: upstream-4.0.1
ImportĀ upstreamĀ versionĀ 4.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<CONFIG>
 
3
  <Package Version="4">
 
4
    <Name Value="castle_window"/>
 
5
    <AddToProjectUsesSection Value="True"/>
 
6
    <Author Value="Michalis Kamburelis"/>
 
7
    <CompilerOptions>
 
8
      <Version Value="11"/>
 
9
      <SearchPaths>
 
10
        <IncludeFiles Value="../src/window/unix;../src/window/windows;../src/window/gtk;../src/base"/>
 
11
        <OtherUnitFiles Value="../src/window;../src/window/windows"/>
 
12
        <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
 
13
      </SearchPaths>
 
14
      <Parsing>
 
15
        <SyntaxOptions>
 
16
          <IncludeAssertionCode Value="True"/>
 
17
          <CStyleMacros Value="True"/>
 
18
        </SyntaxOptions>
 
19
      </Parsing>
 
20
      <CodeGeneration>
 
21
        <Checks>
 
22
          <IOChecks Value="True"/>
 
23
          <RangeChecks Value="True"/>
 
24
          <OverflowChecks Value="True"/>
 
25
          <StackChecks Value="True"/>
 
26
        </Checks>
 
27
        <Optimizations>
 
28
          <OptimizationLevel Value="0"/>
 
29
        </Optimizations>
 
30
      </CodeGeneration>
 
31
      <Other>
 
32
        <Verbosity>
 
33
          <ShowNotes Value="False"/>
 
34
          <ShowHints Value="False"/>
 
35
        </Verbosity>
 
36
        <CustomOptions Value="-Sh
 
37
-dCASTLE_ENGINE_LAZARUS_PACKAGE"/>
 
38
        <CompilerPath Value="$(CompPath)"/>
 
39
      </Other>
 
40
    </CompilerOptions>
 
41
    <Description Value="Castle Game Engine - CastleWindow and units using it.
 
42
This package cannot be installed under Lazarus, it's only for being used in other programs. CastleWindow unit initializes some things inside XWindows / WinAPI that may conflict with Lazarus reserving the same resources."/>
 
43
    <License Value="GNU GPL >= 2
 
44
(or LGPL >= 2, if compiled with CASTLE_ENGINE_LGPL)"/>
 
45
    <Version Major="4" Release="1"/>
 
46
    <Files Count="13">
 
47
      <Item1>
 
48
        <Filename Value="../src/base/castleconf.inc"/>
 
49
        <Type Value="Include"/>
 
50
      </Item1>
 
51
      <Item2>
 
52
        <Filename Value="../src/window/castlemessages.pas"/>
 
53
        <UnitName Value="CastleMessages"/>
 
54
      </Item2>
 
55
      <Item3>
 
56
        <Filename Value="../src/window/castlesoundmenu.pas"/>
 
57
        <UnitName Value="CastleSoundMenu"/>
 
58
      </Item3>
 
59
      <Item4>
 
60
        <Filename Value="../src/window/castlewindow.pas"/>
 
61
        <UnitName Value="CastleWindow"/>
 
62
      </Item4>
 
63
      <Item5>
 
64
        <Filename Value="../src/window/castlewindowmodes.pas"/>
 
65
        <UnitName Value="CastleWindowModes"/>
 
66
      </Item5>
 
67
      <Item6>
 
68
        <Filename Value="../src/window/castlewindowprogress.pas"/>
 
69
        <UnitName Value="CastleWindowProgress"/>
 
70
      </Item6>
 
71
      <Item7>
 
72
        <Filename Value="../src/window/castlewindowrecentfiles.pas"/>
 
73
        <UnitName Value="CastleWindowRecentFiles"/>
 
74
      </Item7>
 
75
      <Item8>
 
76
        <Filename Value="../src/window/unix/castleglx.pas"/>
 
77
        <AddToUsesPkgSection Value="False"/>
 
78
        <UnitName Value="CastleGlx"/>
 
79
      </Item8>
 
80
      <Item9>
 
81
        <Filename Value="../src/window/unix/castlewindow_xf86vmode.inc"/>
 
82
        <Type Value="Include"/>
 
83
      </Item9>
 
84
      <Item10>
 
85
        <Filename Value="../src/window/unix/castlewindow_xlib.inc"/>
 
86
        <Type Value="Include"/>
 
87
      </Item10>
 
88
      <Item11>
 
89
        <Filename Value="../src/window/unix/castlexf86vmode.pas"/>
 
90
        <AddToUsesPkgSection Value="False"/>
 
91
        <UnitName Value="CastleXF86VMode"/>
 
92
      </Item11>
 
93
      <Item12>
 
94
        <Filename Value="../src/window/unix/castlexlib.pas"/>
 
95
        <AddToUsesPkgSection Value="False"/>
 
96
        <UnitName Value="CastleXlib"/>
 
97
      </Item12>
 
98
      <Item13>
 
99
        <Filename Value="../src/window/windows/castlewindow_winapi.inc"/>
 
100
        <Type Value="Include"/>
 
101
      </Item13>
 
102
    </Files>
 
103
    <RequiredPkgs Count="2">
 
104
      <Item1>
 
105
        <PackageName Value="castle_base"/>
 
106
      </Item1>
 
107
      <Item2>
 
108
        <PackageName Value="FCL"/>
 
109
        <MinVersion Major="1" Valid="True"/>
 
110
      </Item2>
 
111
    </RequiredPkgs>
 
112
    <UsageOptions>
 
113
      <UnitPath Value="$(PkgOutDir)"/>
 
114
    </UsageOptions>
 
115
    <PublishOptions>
 
116
      <Version Value="2"/>
 
117
      <IgnoreBinaries Value="False"/>
 
118
    </PublishOptions>
 
119
  </Package>
 
120
</CONFIG>