Re: Makefile and VStudio
- From: "Sharp Tool" <sharp.tool@xxxxxxxxxxxxxx>
- Date: Wed, 10 Aug 2005 09:03:00 GMT
> Two details to start with.
>
> First, Visual Studio uses a different flavor of make, called nmake. A
> good reference here:
>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcug98/html
/_asug_overview.3a_.nmake_reference.asp.
>
> Second, I attempted to create a makefile for my projects a few years
> ago. I just wanted to build everything from a command line, via
> Epsilon. I started with Project | Export Makefile ... from within
> Visual Studio, and began to modify that .vcn file. I eventually
> abandoned that path. (Don't recall a lot of the reasons why.
> Definitely a headache with environment variables and always having to
> recreate the makefile after mods by others in Visual Studio.)
> Nowadays, I build my project via this command line:
>
> msdev.exe MyProject.dsp /make MyProject - Win32 Debug
I think my major problem is how to modify an existing makefile so that it
will be specific for Visual Studio to build a Windows XP executable. Maybe
if I can get hold of an example makefile for Visual C++ 6.0 that would be
helpful. Also, I think I need to update the compiler to 7.1... and thats
another headache which I cannot find anywhere.. told it was free to
download.. i think he means the intel compiler 7.1? or is there a Visual C++
7.1 compiler? arrrrrrr
Cheers
Sharp tool
.
- References:
- Makefile and VStudio
- From: Sharp Tool
- Re: Makefile and VStudio
- From: dan . sweeney
- Makefile and VStudio
- Prev by Date: Re: Foundation Prerequisites
- Next by Date: Re: VS 2005 very slow!!! Any solotions for this?
- Previous by thread: Re: Makefile and VStudio
- Next by thread: Creating application update
- Index(es):
Relevant Pages
|