Clinton A. Pierce wrote:
s/CONST/CONSTX/ anywhere in the parser & lexer. Keeps Win32 headers
happy as previously mentioned.
Thanks. Will check it in soon.
NMAKE : fatal error U1073: don't know how to make 'FORCE'
Stop.
Removing the .FORCE references gets me something that builds obje
[I will confess, I don't entirely understand Microsoft's linker and DLL
business. Don't really want to...]
Parrot
-
libparrot.lib gets built as some kind of perverted stub of a library using
the "nmake shared" target for parrot. If instead I build libparrot with:
lib -out:blib\li
Many of these seem to be from "generated" files, so I'd rather let a
proper, knowledgable maintainer take care of these. They are:
s/CONST/CONSTX/ anywhere in the parser & lexer. Keeps Win32 headers happy
as previously mentioned.
Index: imcparser.h