Re: Compiling & building ssmaze.scr source files

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Lior Bobrov wrote:
How should I use the makefile inside the project , to build all the files
?

1. You can open makefiles with VC6, there is at least some provision for
importing them.
2. Without the IDE, you can still use makefiles with a tool called 'make'.
Since we're talking about a makefile for VC5, I guess it rather uses
the 'nmake' syntax, which is for the similarly named 'nmake.exe'. In order
to use that, run vcvars32.bat from a command prompt (to set some vars
there) and then you can call 'nmake /f makefile.mak'.

Uli

.



Relevant Pages

  • Re: Visual Studio 2005, nmake, tools.ini...BUG
    ... Well - the bug is already in the database...so...guess I'll just wait ... > NMAKE reads Tools.ini before it reads makefiles, ... > believe this would go unnoticed, but stranger things have happened. ...
    (microsoft.public.vsnet.general)
  • Visual Studio 2005, nmake, tools.ini...BUG
    ... NMAKE reads Tools.ini before it reads makefiles, ... Specify a comment on a separate line beginning with a number ... but stranger things have happened. ...
    (microsoft.public.vsnet.general)
  • Compiling Perl with Watcom
    ... The Makefiles only seem to cover nmake and dmake, but not wmake. ...
    (perl.beginners)
  • Re: VC++ 6.0 vs VC++ 8.0
    ... In the v8 IDE there ... traditional makefiles have been around for a long ... better documented than the opaque vcproj files. ... some relevant setting, the old compiler was broken, or none ...
    (microsoft.public.vc.language)
  • Re: Compaq Visual Fortran discontinued: upgrade to Intel Visual Fortran?
    ... The project management facilities in VS are quite good. ... And since I pay attention to code portability in the first place, ... how to set up a project and otherwise use the fancy IDE. ... But one can do Makefiles pretty portably, anyway, much more so ...
    (comp.lang.fortran)