source: inundation/ga/storm_surge/pyvolution/pyvolution.zpi @ 1120

Last change on this file since 1120 was 1065, checked in by steve, 20 years ago
File size: 4.4 KB
Line 
1<!-- Project file for the Zeus for Windows editor.-->
2<project name="pyvolution">
3    <SccEnable>On</SccEnable>
4    <SccComment></SccComment>
5    <SccProject></SccProject>
6    <SccAuxPath></SccAuxPath>
7    <SccLocalPath></SccLocalPath>
8    <TagEnable>On</TagEnable>
9    <TagNone>Off</TagNone>
10    <TagVariable>On</TagVariable>
11    <TagFunction>On</TagFunction>
12    <TagBuildNone>Off</TagBuildNone>
13    <TagBuildOnOpen>On</TagBuildOnOpen>
14    <TagBuildOnSave>On</TagBuildOnSave>
15    <TagInterval>6</TagInterval>
16    <Server></Server>
17    <UserID></UserID>
18    <Password></Password>
19    <LocalDir></LocalDir>
20    <RemoteDir></RemoteDir>
21    <Classes>Classes</Classes>
22    <Enumerations>Enumerations</Enumerations>
23    <Files>Project Files</Files>
24    <Functions>Functions</Functions>
25    <Interfaces>Interfaces</Interfaces>
26    <Macros>Macros</Macros>
27    <Packages>Packages</Packages>
28    <References>References</References>
29    <Structures>Structures</Structures>
30    <Typedefs>Typedefs</Typedefs>
31    <Variables>Variables</Variables>
32    <MakeFile></MakeFile>
33    <SearchPath></SearchPath>
34    <RegexFile></RegexFile>
35    <RegexLine></RegexLine>
36    <RegexInfo></RegexInfo>
37    <RegexError></RegexError>
38    <RegexWarning></RegexWarning>
39    <DebugExecutable></DebugExecutable>
40    <DebugArguments></DebugArguments>
41    <DebugDirectory></DebugDirectory>
42    <DebugDebugger></DebugDebugger>
43    <ReleaseExecutable></ReleaseExecutable>
44    <ReleaseArguments></ReleaseArguments>
45    <ReleaseDirectory></ReleaseDirectory>
46    <ReleaseDebugger></ReleaseDebugger>
47    <DebugMake></DebugMake>
48    <DebugClean></DebugClean>
49    <DebugCompile></DebugCompile>
50    <DebugRebuild></DebugRebuild>
51    <DebugProjectOutput>Always</DebugProjectOutput>
52    <DebugCompilerOutput>Always</DebugCompilerOutput>
53    <DebugCompilerStdOut>On</DebugCompilerStdOut>
54    <DebugCompilerStdErr>On</DebugCompilerStdErr>
55    <DebugCompilerSaveAll>Off</DebugCompilerSaveAll>
56    <DebugCompilerReload>Off</DebugCompilerReload>
57    <DebugProjectStdOut>On</DebugProjectStdOut>
58    <DebugProjectStdErr>On</DebugProjectStdErr>
59    <DebugProjectSaveAll>Off</DebugProjectSaveAll>
60    <DebugProjectReload>Off</DebugProjectReload>
61    <ReleaseMake>make $ws</ReleaseMake>
62    <ReleaseClean>make clean</ReleaseClean>
63    <ReleaseCompile></ReleaseCompile>
64    <ReleaseRebuild>rebuild $ws</ReleaseRebuild>
65    <ReleaseProjectOutput>Always</ReleaseProjectOutput>
66    <ReleaseCompilerOutput>Always</ReleaseCompilerOutput>
67    <ReleaseCompilerStdOut>On</ReleaseCompilerStdOut>
68    <ReleaseCompilerStdErr>On</ReleaseCompilerStdErr>
69    <ReleaseCompilerSaveAll>Off</ReleaseCompilerSaveAll>
70    <ReleaseCompilerReload>Off</ReleaseCompilerReload>
71    <ReleaseProjectStdOut>On</ReleaseProjectStdOut>
72    <ReleaseProjectStdErr>On</ReleaseProjectStdErr>
73    <ReleaseProjectSaveAll>Off</ReleaseProjectSaveAll>
74    <ReleaseProjectReload>Off</ReleaseProjectReload>
75    <file>cg_solve.py</file>
76    <file>compile.py</file>
77    <file>config.py</file>
78    <file>data_manager.py</file>
79    <file>domain.py</file>
80    <file>general_mesh.py</file>
81    <file>interpolate_sww.py</file>
82    <file>least_squares.py</file>
83    <file>mesh.py</file>
84    <file>mesh_factory.py</file>
85    <file>netherlands.py</file>
86    <file>pmesh2domain.py</file>
87    <file>pressure_force.py</file>
88    <file>quad.py</file>
89    <file>quantity.py</file>
90    <file>quantity_ext.c</file>
91    <file>realtime_visualisation.py</file>
92    <file>region.py</file>
93    <file>shallow_water.py</file>
94    <file>shallow_water_ext.c</file>
95    <file>sparse.py</file>
96    <file>sparse_ext.c</file>
97    <file>test_advection.py</file>
98    <file>test_all.py</file>
99    <file>test_cg_solve.py</file>
100    <file>test_data_manager.py</file>
101    <file>test_domain.py</file>
102    <file>test_general_mesh.py</file>
103    <file>test_generic_boundary_conditions.py</file>
104    <file>test_interpolate_sww.py</file>
105    <file>test_least_squares.py</file>
106    <file>test_mesh.py</file>
107    <file>test_pmesh2domain.py</file>
108    <file>test_quad.py</file>
109    <file>test_quantity.py</file>
110    <file>test_region.py</file>
111    <file>test_shallow_water.py</file>
112    <file>test_sparse.py</file>
113    <file>test_util.py</file>
114    <file>treenode.py</file>
115    <file>util.py</file>
116    <file>util_ext.c</file>
117    <folder name="Header Files" />
118    <folder name="Resource Files" />
119    <folder name="Source Files" />
120</project>
Note: See TracBrowser for help on using the repository browser.