makefile for vc7.0

C

ccc

Hi List,

I have an existing 7.0 project which I need to create a makefile for.
I tried to do it this way:
file -> add new project -> makefile project.

It generates a testing.vproj for me, so, seriously, I don't know what
to do with it. Can someone provide me a step-by-step to create a
makefile on 7.0. I can't use devenv.exe since I can't assume the
target ssytems have vc installed.

Many thanks.


Jiac
 
J

Jochen Kalmbach

ccc said:
I have an existing 7.0 project which I need to create a makefile for.
I tried to do it this way:
file -> add new project -> makefile project.

It generates a testing.vproj for me, so, seriously, I don't know what
to do with it. Can someone provide me a step-by-step to create a
makefile on 7.0. I can't use devenv.exe since I can't assume the
target ssytems have vc installed.

VC7 does not support the creation of makefiles from an existing project.
So you have to options:
1. Make your makefile "by hand"
2. Port it back to VC6 (which supports the creating of makefiles)

--
Greetings
Jochen

Do you need a memory-leak finder ?
http://www.codeproject.com/tools/leakfinder.asp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top