From 2e7712a526556ead476ead3083039417f7eba863 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Tue, 10 Sep 2013 07:02:03 +0000 Subject: - Old stuff moved to deprecated git-svn-id: http://svn.miranda-ng.org/main/trunk@6039 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- tools/_deprecated/installer_im/icons/i386pe-ico.x | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tools/_deprecated/installer_im/icons/i386pe-ico.x (limited to 'tools/_deprecated/installer_im/icons/i386pe-ico.x') 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) + } +} -- cgit v1.2.3