diff options
author | watcher <watcherhd@gmail.com> | 2016-10-26 13:01:49 +0300 |
---|---|---|
committer | watcher <watcherhd@gmail.com> | 2016-10-26 13:01:49 +0300 |
commit | ac6e68c2637854b4604485a3533433b874de5eaf (patch) | |
tree | 0200d09ac1462b33f3f8487690658e62e2f3351a /tools/_deprecated/installer_im/icons/i386pe-ico.x | |
parent | e95ddf5aeb5b9ee357b872d3921900c23b0e7390 (diff) |
deprecated is moved to https://github.com/miranda-ng/deprecated
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, 0 insertions, 18 deletions
diff --git a/tools/_deprecated/installer_im/icons/i386pe-ico.x b/tools/_deprecated/installer_im/icons/i386pe-ico.x deleted file mode 100644 index 6db53b6bc6..0000000000 --- a/tools/_deprecated/installer_im/icons/i386pe-ico.x +++ /dev/null @@ -1,18 +0,0 @@ -/* 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) - } -} |