I would just copy NASMW.exe to NASM.exe... it could be argues that I should make
the change in the project to reference NASMW.exe instead. What do you guys
think? It would make the setup for new users easier, right?

elrod

Victor Romero wrote:

> well OK i have the NASM.EXE but in the instruction for win32 is written:
>
> a) Copy/move NASMW.EXE to NASM.EXE (best for Windows 95/98)
>
>      b) Create a batch file called NASM.BAT containing the following:
>
>         ------------snip--------------snip-------------------snip-----------
>         @REM Call NASMW.EXE with all command line arguments (percent star)
>         @REM This may only work under Windows NT
>         @nasmw %*
>         ------------snip--------------snip-------------------snip-----------
>
>     This will allow anyone referencing NASM (without a file extension) to
>     automatically invoke NASM.BAT, which will call NASMW.EXE.
>
> and I have a question? is just this text or I need add anything?
> Other question: what must I do for configure my freeamp enviroment in Visual
> C++ 6.0? about settings, using MFC or not? please help me, I new whit this.
>
> Victor Romero
>
> ----- Original Message -----
> From: Michael Rich <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, May 28, 2000 1:32 AM
> Subject: RE: I need a NASM.BAT
>
> > > I wonder if anyone could sending me a nasm.bat file, please.
> > > Thanks
> >
> >
> > Nasm isn't a batch file, its an application. Get it from:
> >
> > http://www.web-sites.co.uk/nasm/
> >
> >
> > mike
> > _______________________________________________
> > [EMAIL PROTECTED]
> > http://www.freeamp.org/mailman/listinfo/freeamp-dev
> >
> _______________________________________________
> [EMAIL PROTECTED]
> http://www.freeamp.org/mailman/listinfo/freeamp-dev

_______________________________________________
[EMAIL PROTECTED]
http://www.freeamp.org/mailman/listinfo/freeamp-dev

Reply via email to