diff options
author | Edward Rudd | 2003-12-22 00:21:20 +0000 |
---|---|---|
committer | Edward Rudd | 2003-12-22 00:21:20 +0000 |
commit | 8911dea4ef2dee576d220b4bb1ef29615214220e (patch) | |
tree | 56a9f3dda7bd0985018d914263b702908b1a5ae4 | |
parent | 5d05a57139672acc5c491116a5f0cd45b2e16bb3 (diff) |
*** empty log message ***
-rw-r--r-- | mod_log_sql.prj | 109 |
1 files changed, 109 insertions, 0 deletions
diff --git a/mod_log_sql.prj b/mod_log_sql.prj new file mode 100644 index 0000000..ed84264 --- /dev/null +++ b/mod_log_sql.prj | |||
@@ -0,0 +1,109 @@ | |||
1 | # Anjuta Version 1.0.2 | ||
2 | Compatibility Level: 1 | ||
3 | |||
4 | <PROJECT_DESCRIPTION_START> | ||
5 | Port of mod_log_sql to apache 2.0 | ||
6 | <PROJECT_DESCRIPTION_END> | ||
7 | <CONFIG_PROGS_START> | ||
8 | <CONFIG_PROGS_END> | ||
9 | <CONFIG_LIBS_START> | ||
10 | <CONFIG_LIBS_END> | ||
11 | <CONFIG_HEADERS_START> | ||
12 | <CONFIG_HEADERS_END> | ||
13 | <CONFIG_CHARACTERISTICS_START> | ||
14 | <CONFIG_CHARACTERISTICS_END> | ||
15 | <CONFIG_LIB_FUNCS_START> | ||
16 | <CONFIG_LIB_FUNCS_END> | ||
17 | <CONFIG_ADDITIONAL_START> | ||
18 | <CONFIG_ADDITIONAL_END> | ||
19 | <CONFIG_FILES_START> | ||
20 | <CONFIG_FILES_END> | ||
21 | <MAKEFILE_AM_START> | ||
22 | <MAKEFILE_AM_END> | ||
23 | |||
24 | props.file.type=project | ||
25 | |||
26 | anjuta.version=1.0.2 | ||
27 | anjuta.compatibility.level=1 | ||
28 | |||
29 | project.name=mod_log_sql | ||
30 | project.type=GENERIC | ||
31 | project.target.type=EXECUTABLE | ||
32 | project.version=1.99 | ||
33 | project.author=Edward Rudd | ||
34 | project.source.target=unknown | ||
35 | project.has.gettext=0 | ||
36 | project.programming.language=C | ||
37 | project.excluded.modules=intl | ||
38 | |||
39 | project.config.extra.modules.before= | ||
40 | project.config.extra.modules.after= | ||
41 | project.config.blocked=1 | ||
42 | project.config.disable.overwriting=1 1 1 1 1 1 1 1 1 | ||
43 | |||
44 | project.menu.entry=mod_log_sql Version 1.99 | ||
45 | project.menu.group=Application | ||
46 | project.menu.comment=mod_log_sql Version 1.99 | ||
47 | project.menu.icon= | ||
48 | project.menu.need.terminal=0 | ||
49 | |||
50 | project.configure.options= | ||
51 | anjuta.program.arguments= | ||
52 | |||
53 | module.include.name=. | ||
54 | module.include.type= | ||
55 | module.include.expanded=0 | ||
56 | module.include.files= | ||
57 | |||
58 | module.source.name=. | ||
59 | module.source.type= | ||
60 | module.source.expanded=1 | ||
61 | module.source.files=\ | ||
62 | mod_log_sql.c\ | ||
63 | make_combined_log.pl | ||
64 | |||
65 | module.pixmap.name=. | ||
66 | module.pixmap.type= | ||
67 | module.pixmap.expanded=0 | ||
68 | module.pixmap.files= | ||
69 | |||
70 | module.data.name=. | ||
71 | module.data.type= | ||
72 | module.data.expanded=1 | ||
73 | module.data.files=\ | ||
74 | Makefile.in\ | ||
75 | configure.ac | ||
76 | |||
77 | module.help.name=. | ||
78 | module.help.type= | ||
79 | module.help.expanded=0 | ||
80 | module.help.files= | ||
81 | |||
82 | module.doc.name=. | ||
83 | module.doc.type= | ||
84 | module.doc.expanded=1 | ||
85 | module.doc.files=\ | ||
86 | Documentation/README\ | ||
87 | INSTALL | ||
88 | |||
89 | module.po.expanded=0 | ||
90 | module.po.files= | ||
91 | |||
92 | compiler.options.supports= | ||
93 | compiler.options.include.paths=\ | ||
94 | .\ | ||
95 | ..\ | ||
96 | /opt/apache2/include | ||
97 | compiler.options.library.paths= | ||
98 | compiler.options.libraries= | ||
99 | compiler.options.libraries.selected= | ||
100 | compiler.options.defines=\ | ||
101 | HAVE_CONFIG_H | ||
102 | compiler.options.warning.buttons=0 0 1 1 0 1 0 0 0 0 0 0 0 1 0 0 | ||
103 | compiler.options.optimize.buttons=0 0 1 0 | ||
104 | compiler.options.other.buttons=1 0 | ||
105 | compiler.options.other.c.flags= | ||
106 | compiler.options.other.l.flags= | ||
107 | compiler.options.other.l.libs= | ||
108 | project.source.paths= | ||
109 | |||