Hi,
I am new to C/C++ and MS Visual Studio 2008. I have a program written in c that I would like to compile. The program comes with many header files and other c scripts but also a MakeFile. I would like to run the MakeFile to just compile the program and then begin modifying the main script to go from there. How do I compile or run a MakeFile using MS Visual Studio 2008.
If I have a MakeFile can I load it through the IDE? It would be nice to view all files that are part of the MakeFile or part of the project. This way I could edit files, test, debug. I suppose I can do this command line but I am more used to IDE's in general. Just see what you guys think about this.
If I have a MakeFile can I load it through the IDE? It would be nice to view all files that are part of the MakeFile or part of the project. This way I could edit files, test, debug. I suppose I can do this command line but I am more used to IDE's in general. Just see what you guys think about this.
When I do File->Open->Project/Solution it looks for certain file extensions and I do not have any of those. When I loaded the MakeFile it did not create a project or anything like that. Am I missing something here. Thanks
When I do File->Open->Project/Solution it looks for certain file extensions and I do not have any of those. When I loaded the MakeFile it did not create a project or anything like that. Am I missing something here. Thanks
Lefti
I did it with a makefile and it asked me if I want to create a project.
Bookmarks