Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Daniel Franklin <joshuadfranklin@yahoo.com>2004-01-24 11:09:45 +0300
committerJoshua Daniel Franklin <joshuadfranklin@yahoo.com>2004-01-24 11:09:45 +0300
commitaff8b4f9aa3fa704805d389f983c172121e52f63 (patch)
tree60136785e549dadf71f1523240fc970b25c2f60e /winsup/doc/gcc.sgml
parentf4e815bc30f3c7179b8a914bb043ce087d7ad988 (diff)
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/gcc.sgml')
-rw-r--r--winsup/doc/gcc.sgml2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/doc/gcc.sgml b/winsup/doc/gcc.sgml
index a67865de3..f1d5431b7 100644
--- a/winsup/doc/gcc.sgml
+++ b/winsup/doc/gcc.sgml
@@ -44,11 +44,13 @@ and like any other Cygwin makefile. The only difference is that you use
application instead of a command-line application. Here's an example:</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>
<para>Note the use of <filename>windres</filename> to compile the