bug 213228: new toolkit independence bug, part 1.

fork buildconfig.html and build.dtd
This commit is contained in:
chanial%noos.fr 2003-08-11 14:51:44 +00:00
Родитель ea022380ec
Коммит 349c041e69
7 изменённых файлов: 57 добавлений и 0 удалений

Просмотреть файл

@ -881,6 +881,7 @@ chrome/src/Makefile
chrome/tools/Makefile
chrome/tools/chromereg/Makefile
toolkit/Makefile
toolkit/content/buildconfig.html
toolkit/components/autocomplete/Makefile
toolkit/components/autocomplete/public/Makefile
toolkit/components/autocomplete/src/Makefile

Просмотреть файл

@ -44,10 +44,18 @@ include $(DEPTH)/config/autoconf.mk
DIRS = xre components skin/win
CHROME_DEPS = locale/build.dtd content/buildconfig.html
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
DIRS += content/mac skin/mac
endif
GARBAGE += locale/build.dtd
locale/build.dtd: locale/build.dtd.in $(DEPTH)/config/build_number
@$(RM) -f $@
$(PERL) -I$(topsrcdir)/config $(topsrcdir)/config/aboutime.pl $@ $(DEPTH)/config/build_number $(srcdir)/locale/build.dtd.in
# skin/unix contains css rules that more closely match gtk widgets
### killing this for now until we know how qute looks on linux
# ifneq (,$(filter gtk gtk2,$(MOZ_WIDGET_TOOLKIT)))

Просмотреть файл

@ -0,0 +1 @@
buildconfig.html

Просмотреть файл

@ -0,0 +1,45 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>about:buildconfig</title>
</head>
<body>
<h1>about:buildconfig</h1>
<p> </p>
<h2>Build platform</h2>
<table>
<tbody>
<tr>
<th>target</th>
</tr>
<tr>
<td>@target@</td>
</tr>
</tbody>
</table>
<p> </p>
<h2>Build tools</h2>
<table>
<tbody>
<tr>
<th>Compiler</th>
<th>Version</th>
<th>Compiler flags</th>
</tr>
<tr>
<td>@CC@</td>
<td>@CC_VERSION@</td>
<td>@CFLAGS@</td>
</tr>
<tr>
<td>@CXX@</td>
<td>@CXX_VERSION@</td>
<td>@CXXFLAGS@ @CPPFLAGS@</td>
</tr>
</tbody>
</table>
<p> </p>
<h2>Configure arguments</h2>
@ac_configure_args@
</body>
</html>

Просмотреть файл

@ -43,6 +43,7 @@ toolkit.jar:
content/global/widgets/autoscroll_all.png (content/widgets/autoscroll_all.png)
content/global/widgets/autoscroll_h.png (content/widgets/autoscroll_h.png)
content/global/widgets/autoscroll_v.png (content/widgets/autoscroll_v.png)
+ content/global/buildconfig.html (content/buildconfig.html)
en-US.jar:
+ locale/en-US/global/charset.dtd (locale/charset.dtd)
@ -57,3 +58,4 @@ en-US.jar:
+ locale/en-US/global/tabbrowser.properties (locale/widgets/tabbrowser.properties)
+ locale/en-US/global/tabbrowser.dtd (locale/widgets/tabbrowser.dtd)
+ locale/en-US/global/textcontext.dtd (locale/widgets/textcontext.dtd)
+ locale/global/build.dtd (locale/build.dtd)

Просмотреть файл

Просмотреть файл