mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mingw-cross-env-list] Tapping into the linker scripts with qmake


From: Nikos Chantziaras
Subject: [Mingw-cross-env-list] Tapping into the linker scripts with qmake
Date: Fri, 01 Jul 2011 04:22:23 +0300
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110624 Thunderbird/3.1.11

I wonder if someone knows of some hack I could do to tap into the linker scripts generated by qmake. Case in point, I need to insert this into the script:

  SECTIONS {
      .rsrc : {
          KEEP(*(.rsrc))
      }
  }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]