Programmer's Corner Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Programmer's Corner - Forums


How do you use a makefile?

 
Post new topic   Reply to topic    Programmer's Corner Forum Index -> Visual Studio 2005
Author Message
complete
Ronin


Joined: 12 Apr 2007
Posts: 27

PostPosted: Thu Oct 04, 2007 8:10 pm    Post subject: How do you use a makefile? Reply with quote

How do you use a makefile?
I used it once years ago but I have forgotten.
I think you use it with the Visual Studio Command Prompt.
If I have a makefile, what is the command line entry to build from the makefile?
Back to top
complete
Ronin


Joined: 12 Apr 2007
Posts: 27

PostPosted: Fri Oct 05, 2007 11:31 am    Post subject: Reply with quote

This is on a windows XP system.

I got the build on the command line working but now it says it cannot find some header files. I think this has something to do with the "path" that you see when you type "path" on the command line.

How do you change the path on the command line? Isn't this what we need to do if the compiler cannot find a header file?

I think it is

path= 'PATH'+"C:\somedirectory;"

or something like that.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Programmer's Corner Forum Index -> Visual Studio 2005 All times are GMT - 5 Hours
Page 1 of 1

 


Powered by phpBB © 2001, 2002 phpBB Group