Can you import a MAKEFILE into VC++

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • gpsuser001@gmail.com

    Can you import a MAKEFILE into VC++

    Hi,
    I have some example C programs, that I would like to compile using
    VC++ compiler. Is there a way to import the .MAK file that these C
    program came with?

    Thanks.
  • Pavel A.

    #2
    Re: Can you import a MAKEFILE into VC++

    gpsuser001@gmai l.com wrote:
    Hi,
    I have some example C programs, that I would like to compile using
    VC++ compiler. Is there a way to import the .MAK file that these C
    program came with?
    >
    Example programs should be simple, so try just
    create a new project, add all the C files there and build.
    Otherwise, look in the VC help how to create a "makefile project".

    --PA

    Comment

    Working...