Re: IMCC Changes necessary for Win32 builds

2003-04-02 Thread Leopold Toetsch
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

Re: IMCC Changes necessary for Win32 builds, imcc links!

2003-03-28 Thread Clinton A. Pierce
[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

IMCC Changes necessary for Win32 builds

2003-03-27 Thread Clinton A. Pierce
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