Re: BASIC, IMCC, and Windows.

2003-03-26 Thread Clinton A. Pierce
At 04:53 PM 3/20/2003 +0100, Leopold Toetsch wrote: Clinton A. Pierce wrote: The suggestion was made last week that I try filtering the compiled BASIC stuff through IMCC for performance reasons and whatnot. IMCC seems to want headers that MSVC++ isn't happy with: cl -nologo -O1 -MD -DND

Re: BASIC, IMCC, and Windows.

2003-03-20 Thread Steve Fink
On Mar-21, Leopold Toetsch wrote: > Nicholas Clark wrote: > > >I think that this would make life easier for everyone. (because it also > >saves > >the 3 or 4 people on the list having to read tedious e-mail messages from > >people about the subject) > > I'm currently not sure, if there are 4 peo

Re: BASIC, IMCC, and Windows.

2003-03-20 Thread Leopold Toetsch
Nicholas Clark wrote: On Thu, Mar 20, 2003 at 04:53:22PM +0100, Leopold Toetsch wrote: And of course there are flex/bisons for Win out there somewhere, if one wants actually change the .l/.y sources. Could we bodge round this by adding a Configure.pl flag to suppress adding the rules to use b

Re: BASIC, IMCC, and Windows.

2003-03-20 Thread Nicholas Clark
On Thu, Mar 20, 2003 at 04:53:22PM +0100, Leopold Toetsch wrote: > Clinton A. Pierce wrote: > >And it also seems to want (by reading the makefile) bison and flex, > > No, the generated files are in CVS. If there is a timestamp problem, > just touch imcparser.* and imclexer.c. And of course there

Re: BASIC, IMCC, and Windows.

2003-03-20 Thread Leopold Toetsch
Clinton A. Pierce wrote: The suggestion was made last week that I try filtering the compiled BASIC stuff through IMCC for performance reasons and whatnot. IMCC seems to want headers that MSVC++ isn't happy with: cl -nologo -O1 -MD -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -I../../in

Re: BASIC, IMCC, and Windows.

2003-03-20 Thread Dan Sugalski
At 9:00 AM -0500 3/20/03, Clinton A. Pierce wrote: The suggestion was made last week that I try filtering the compiled BASIC stuff through IMCC for performance reasons and whatnot. The suggestion was also made (by me!) that I could produce a "milestone" binary for Windows for distribution. Well

BASIC, IMCC, and Windows.

2003-03-20 Thread Clinton A. Pierce
The suggestion was made last week that I try filtering the compiled BASIC stuff through IMCC for performance reasons and whatnot. The suggestion was also made (by me!) that I could produce a "milestone" binary for Windows for distribution. Well, my first attempt at all of the above didn't go we