diff options
Diffstat (limited to 'winsup/doc/gcc.sgml')
-rw-r--r-- | winsup/doc/gcc.sgml | 2 |
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 |