diff options
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> |