| Author |
Message |
complete Ronin
Joined: 12 Apr 2007 Posts: 27
|
Posted: Thu Oct 04, 2007 8:10 pm Post subject: How do you use a makefile? |
|
|
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
|
Posted: Fri Oct 05, 2007 11:31 am Post subject: |
|
|
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 |
|
 |
|