diff options
author | Joshua Daniel Franklin <joshuadfranklin@yahoo.com> | 2004-01-24 08:09:45 +0000 |
---|---|---|
committer | Joshua Daniel Franklin <joshuadfranklin@yahoo.com> | 2004-01-24 08:09:45 +0000 |
commit | aff8b4f9aa3fa704805d389f983c172121e52f63 (patch) | |
tree | 60136785e549dadf71f1523240fc970b25c2f60e /winsup/doc/windres.sgml | |
parent | f4e815bc30f3c7179b8a914bb043ce087d7ad988 (diff) | |
download | cygnal-aff8b4f9aa3fa704805d389f983c172121e52f63.tar.gz cygnal-aff8b4f9aa3fa704805d389f983c172121e52f63.tar.bz2 cygnal-aff8b4f9aa3fa704805d389f983c172121e52f63.zip |
2004-01-24 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
* cygwinenv.sgml: Cleanup minor markup problems.
* dll.sgml: Cleanup minor markup problems.
* effectively.sgml: Cleanup minor markup problems.
* gcc.sgml: Cleanup minor markup problems.
* ntsec.sgml: Cleanup minor markup problems.
* pathnames.sgml: Cleanup minor markup problems.
* setup-net.sgml: Cleanup minor markup problems.
* textbinary.sgml: Cleanup minor markup problems.
* windres.sgml: Cleanup minor markup problems.
Diffstat (limited to 'winsup/doc/windres.sgml')
-rw-r--r-- | winsup/doc/windres.sgml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/doc/windres.sgml b/winsup/doc/windres.sgml index 2d5410639..82c537dff 100644 --- a/winsup/doc/windres.sgml +++ b/winsup/doc/windres.sgml @@ -10,11 +10,13 @@ the Windows resource format for details. Also, the Binutils manual. Here's an example of using it in a project:</para> <screen> +<![CDATA[ myapp.exe : myapp.o myapp.res gcc -mwindows myapp.o myapp.res -o $@ myapp.res : myapp.rc resource.h windres $< -O coff -o $@ +]]> </screen> |