Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
b4557d01
Commit
b4557d01
authored
Sep 15, 2003
by
Francois Gouget
Committed by
Alexandre Julliard
Sep 15, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed reference to 'systemname' and added a link to winsite in
debugger.sgml. Remove cruft from default.dsl. Add comments explaining what our other settings do.
parent
d477f0ec
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
36 deletions
+15
-36
debugger.sgml
documentation/debugger.sgml
+6
-6
default.dsl
documentation/default.dsl
+9
-30
No files found.
documentation/debugger.sgml
View file @
b4557d01
...
...
@@ -490,15 +490,15 @@ winedbg "hl.exe -windowed"
<para>
The best, freely available, disassembler for Win16 programs is
<application>Windows Codeback</application>, archive name
<filename>wcbxxx.zip</
filename>, which usually can be found in
the <filename>Cica-Mirror</filename> subdirectory on the Wine
ftp sites. (See <filename>ANNOUNCE</filename
>).
<filename>wcbxxx.zip</
> (e.g. <filename>wcb105a.zip</>), which
usually can be found in the <filename>Cica-Mirror</filename>
subdirectory on the Wine ftp sites. (See <filename>ANNOUNCE</
>).
</para>
<para>
Disassembling win32 programs is possible using
<application>Windows Disassembler 32</
application>, archive name
something like <filename>w32dsm87.zip</filename
> (or similar)
on <
systemitem class="systemname">ftp.winsite.com</systemitem
>
<application>Windows Disassembler 32</
>. Look for
a file called <filename>w32dsm87.zip</
> (or similar)
on <
ulink url="http://www.winsite.com/">http://www.winsite.com</
>
and mirrors. The shareware version does not allow saving of
disassembly listings. You can also use the newer (and in the
full version better) <application>Interactive
...
...
documentation/default.dsl
View file @
b4557d01
...
...
@@ -7,15 +7,21 @@
<
style-specification
id
=
"html"
use
=
"docbook"
>
<
style-specification-body
>
;
Use
the
section
id
as
the
filename
rather
than
;
cryptic
filenames
like
x1547
.html
(
define
%
use-id-as-filename
%
#t
)
(
define
%
html-ext
%
".html"
)
(
define
%
html-header-tags
%
'())
;
Repeat
the
section
number
in
each
section
to
make
it
easier
;
when
browsing
the
doc
(
define
%
section-autolabel
%
#t
)
;;(
define
%
stylesheet
%
"../../winehq.css"
)
;;(
define
%
stylesheet-type
%
"text/css"
)
;
All
that
remains
is
to
hard-code
various
aspects
of
the
look
and
feel
;
(
colors
,
italics
,
etc
.)
(
define
%
shade-verbatim
%
#t
)
(define %section-autolabel% #t)
;;
Customize
the
body
tag
color
attributes
(
define
%
body-attr
%
...
...
@@ -37,33 +43,6 @@
;(
list
"BGCOLOR"
"#FFE7BA"
)
;
wheat1
(
light
tan
)
(
list
"WIDTH"
(
$
table-width
$
))))
;; Customize systemitem element to have different formatting, according
;; to which class attribute it contains.
(element systemitem
(let ((class (attribute-string (normalize "class"))))
(cond
((equal? class (normalize "systemname")) ($italic-mono-seq$))
((equal? class (normalize "constant")) ($mono-seq$))
(else ($charseq$)))))
;; Okay, this is a little tricky. By default, it appears that setinfo is
;; completely turned off (with empty-sosofo). The setinfo title is extracted
;; through some other means, so we can ignore it when we process the setinfo
;; below.
;; Process setinfo element
(element setinfo (process-children))
;; Ignore title element -- otherwise it'
ll
appear
alongside
the
releaseinfo
;;
element
.
If
we
add
any
other
elements
to
setinfo
,
we
'
ll
have
to
blank
them
;;
out
here
,
also
.
(
element
(
setinfo
title
)
(
empty-sosofo
))
;;
Enclose
releaseinfo
element
in
italics
(
element
(
setinfo
releaseinfo
)
;
(
make
element
gi
:
"i"
;
(
process-children
)))
(
process-children
))
</
style-specification-body
>
</
style-specification
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment