Mail Archives: djgpp/1996/08/07/08:48:25
landmark AT vcn DOT bc DOT ca (Scott Phung) wrote:
>my source files are in C:\DJGPP\SOURCE
>my .h files are in c:\DJGPP\INCLUDE
>
>i don't think when i compile my programs, it sees the .h files.
>So i copy them to my source directory. Any way to change this?
You should read the FAQ, look for DJGPP.ENV and set your environment:
set djgpp=c:/djgpp/djgpp.env
Look at the file c:\djgpp\djgpp.env
Alternatively set the environment variable LIBC_INCLUDE_PATH
At least you can use the -I switch for your own .h files.
Helge
- Raw text -