diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-09-10 07:02:03 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-09-10 07:02:03 +0000 |
commit | 2e7712a526556ead476ead3083039417f7eba863 (patch) | |
tree | 08d39530aa68819d3b3b6dd2faa5809820d8f4a4 /tools/_deprecated/installer_im/icons/i386pe-ico.x | |
parent | 1c9438df505e5fb6d47d3bc2e806be352f1a573f (diff) |
- Old stuff moved to deprecated
git-svn-id: http://svn.miranda-ng.org/main/trunk@6039 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/_deprecated/installer_im/icons/i386pe-ico.x')
-rw-r--r-- | tools/_deprecated/installer_im/icons/i386pe-ico.x | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/_deprecated/installer_im/icons/i386pe-ico.x b/tools/_deprecated/installer_im/icons/i386pe-ico.x new file mode 100644 index 0000000000..6db53b6bc6 --- /dev/null +++ b/tools/_deprecated/installer_im/icons/i386pe-ico.x @@ -0,0 +1,18 @@ +/* Default linker script, for normal executables */ +OUTPUT_FORMAT(pei-i386) +SECTIONS +{ + /* Make the virtual address and file offset synced if the alignment is + lower than the target page size. */ + . = SIZEOF_HEADERS; + . = ALIGN(__section_alignment__); + .rsrc __image_base__ + BLOCK(__section_alignment__) : + { + *(.rsrc) + *(SORT(.rsrc$*)) + } + /DISCARD/ : + { + *(.edata) + } +} |