diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-09-02 20:34:44 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-09-02 20:34:44 +0000 |
commit | 7236515586bd761e376a766c3e1d8522ad786a2d (patch) | |
tree | 6143eb5dcf0bd8b920cd1ea49c48489c990e2435 /tools/installer/icons/i386pe-ico.x | |
parent | f42862ec5d2c97376450a647389433ade13ac7ed (diff) |
- Miranda NG installer scripts added
git-svn-id: http://svn.miranda-ng.org/main/trunk@5905 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/installer/icons/i386pe-ico.x')
-rw-r--r-- | tools/installer/icons/i386pe-ico.x | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/tools/installer/icons/i386pe-ico.x b/tools/installer/icons/i386pe-ico.x deleted file mode 100644 index 6db53b6bc6..0000000000 --- a/tools/installer/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) - } -} |