www.digitalmars.com         C & C++   DMDScript  

c++.windows.32-bits - rebuilding MFC

reply "V. Krishnakumar" <lvimala eth.net> writes:
Hi! all,

I downloaded the MFC source from the website. But I could'nt find any
makefiles for actually building and installing it. help appreciated.

BTW, a big thanks for Walter for a lightning fast compiler.

-Krish
Jan 31 2002
parent user domain.invalid writes:
There should be a directory called 'Projects' in de tree. This 
directory contains the idde projects and makefiles.

If you have a idde, load the appropriate project, check the 
include paths in the IDDE and the MFC libs are ready to be build.

When you don't have a idde you could use the <mfclib>.prj file to 
create your own makefile, or use the <mfclib>.mak file with 
smake. Also read the file : "Digital Mars C++ MFC port.txt".

Good Luck
Arjan


V. Krishnakumar wrote:

 Hi! all,
 
 I downloaded the MFC source from the website. But I could'nt find any
 makefiles for actually building and installing it. help appreciated.
 
 BTW, a big thanks for Walter for a lightning fast compiler.
 
 -Krish
 
 
 
Feb 01 2002