Re: asm noob needs help compiling tutorial samples!?



giddy wrote:
oh sorry! One more question!!!

how do i use the Makefile?

Thanks so much
Gideon


nmake comes with VS 2005 too.

general use:
nmake <what you want to build>

for example, typing:
nmake prime.exe

will build the prime example program

--
Paul Carter

.



Relevant Pages

  • Re: vcbuild usage questions
    ... But when I look up vcproj in the help files, ... that to mean that the above line is invalid from within an nmake ... which means I "can't get nmake to invoke vcbuild only when the ... instead of typing "nmake MyApp" on the command line? ...
    (microsoft.public.vc.language)
  • Re: vcbuild usage questions
    ... and .vcproj files will be created and put somewhere, ... command lines in my nmake makefiles to use vcbuild. ... which means I "can't get nmake to invoke vcbuild only when the ... nmake makefile to build the ProjectName project? ...
    (microsoft.public.vc.language)
  • Build for Windows Mobile Failed
    ... I successfully ran configure.bat (without an architecture type as ... I ran nmake and he complaint following: ... Copyright Microsoft Corp 1988-1998. ... Opened the makefile in my editor and look up the line. ...
    (comp.lang.ruby)
  • Window not visible
    ... But compiling with VC6 my application window is invisible. ... Nmake -f makefile ... Attached are the source code and ... the makefile I am using to compile code. ...
    (microsoft.public.vc.ide_general)
  • Re: make & nmake, cl & gcc
    ... nmake) & Linux targets, so I was wondering whether anyone ... just supply a Makefile for each ... CXXI = icl ... If you don't need to support 2 brands of C in the same Makefile, ...
    (comp.lang.c)