[Mono-list] Re: First Snapshot of MonoBASIC
Serge
serge@wildwestsoftware.com
Fri, 17 Aug 2001 18:29:25 +0400
This is a multi-part message in MIME format.
------=_NextPart_000_003E_01C1274A.8B3BCDA0
Content-Type: multipart/alternative;
boundary="----=_NextPart_001_003F_01C1274A.8B3BCDA0"
------=_NextPart_001_003F_01C1274A.8B3BCDA0
Content-Type: text/plain;
charset="koi8-r"
Content-Transfer-Encoding: quoted-printable
> Is there a source/build distribution of Miguel's version of Jay (for =
C#)
> for a pure Windows machine (i.e. no cygwin etc) ?.
> A version that builds with VC++ would be nice.
Simple (simplistic) makefile to build Jay with nmake/VC is attached.
It should work assuming that the environment is set properly (VCVARS =
etc.)
-----------------
SRC =3D closure.c error.c lalr.c lr0.c main.c mkpar.c output.c reader.c =
\
symtab.c verbose.c warshall.c
C_OPT =3D /TC /ML /wd4716 /wd4033 /wd4113 /wd4715 /G6
LINK_OPT =3D /out:jay.exe
all:
cl $(C_OPT) $(SRC) /link $(LINK_OPT)
-----------------
=20
------=_NextPart_001_003F_01C1274A.8B3BCDA0
Content-Type: text/html;
charset="koi8-r"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Dkoi8-r" http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2614.3500" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3D"Arial Cyr" size=3D2>> Is there a source/build =
distribution of=20
Miguel's version of Jay (for C#)<BR>> for a pure Windows machine =
(i.e. no=20
cygwin etc) ?.<BR>> A version that builds with VC++ would be=20
nice.<BR><BR>Simple (simplistic) makefile to build Jay with nmake/VC is=20
attached.<BR>It should work assuming that the environment is set =
properly=20
(VCVARS etc.)</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3D"Arial Cyr" size=3D2>-----------------</FONT></DIV>
<DIV><FONT face=3D"Arial Cyr" size=3D2>SRC =3D closure.c error.c lalr.c =
lr0.c main.c=20
mkpar.c output.c reader.c \<BR> symtab.c =
verbose.c=20
warshall.c</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3D"Arial Cyr" size=3D2>C_OPT =3D /TC /ML /wd4716 /wd4033 =
/wd4113=20
/wd4715 /G6<BR>LINK_OPT =3D /out:jay.exe</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3D"Arial Cyr" size=3D2>all:<BR> cl =
$(C_OPT) $(SRC)=20
/link $(LINK_OPT)<BR>-----------------</FONT></DIV>
<DIV> </DIV>
<DIV><BR><BR> </DIV></BODY></HTML>
------=_NextPart_001_003F_01C1274A.8B3BCDA0--
------=_NextPart_000_003E_01C1274A.8B3BCDA0
Content-Type: application/octet-stream;
name="jay.mk"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="jay.mk"
SRC =3D closure.c error.c lalr.c lr0.c main.c mkpar.c output.c reader.c \=0A=
symtab.c verbose.c warshall.c=0A=
=0A=
C_OPT =3D /TC /ML /wd4716 /wd4033 /wd4113 /wd4715 /G6=0A=
LINK_OPT =3D /out:jay.exe=0A=
=0A=
all:=0A=
cl $(C_OPT) $(SRC) /link $(LINK_OPT)=0A=
=0A=
------=_NextPart_000_003E_01C1274A.8B3BCDA0--