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
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
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
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
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
Benjamin Goldberg wrote:
The ONE_BOTTLE label isn't gone to by anything else in the program, and
the one instruction which does go to it, is immediately before it.
So, what's the reason for it?
Lack of experience. Thanks for the pointer.
-- dug
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
Benjamin Goldberg wrote:
Douglas Hunter wrote:
[snip]
branch ONE_BOTTLE # 'bout time for a liver transplant
ONE_BOTTLE: # it's been fun
The ONE_BOTTLE label isn't gone to by anything else in the program, and
the one instruction which does go to it, is immediately before it.
So, what's the