makefile for vc7.0

  • Thread starter Thread starter ccc
  • Start date Start date
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
 
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
 
Back
Top