[rt.cpan.org #96815] $(AS) not set correctly

[email protected] ("Daniel Dragan via RT") Tue, 2 Jun 2015 23:02:56 -0400
Newsgroups perl.libwin32
Message-ID <[email protected]>
Tue Jun 02 23:02:49 2015: Request 96815 was acted upon.
Transaction: Correspondence added by BULKDD
       Queue: Win32-API
     Subject: $(AS) not set correctly
   Broken in: (no value)
    Severity: Normal
       Owner: Nobody
  Requestors: [email protected]
      Status: open
 Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=96815 >


I probably fixed this in commit "32 bit GCC builds now use the assembler and real asm code" since the dmake in very old strawberry perls had "AS" set to "masm" through config.mk/dmake's startup files. The real fix would probably be EUMM defining AS macro, but that is for EUMM to include that feature, not me.