Specify correct location for the default .h file.

This commit is contained in:
Stephen Heumann 2022-01-17 18:27:39 -06:00
parent 242bef1f6e
commit f4b0993007
1 changed files with 1 additions and 1 deletions

View File

@ -1154,7 +1154,7 @@ The Default .h File
The default .h file is a new way for you to set up compiler options that you want to use on every C source file you compile. Here's how it works:
When ORCA/C starts, it begins by processing any command line parameters. Next, it looks for a file called defaults.h in the library folder. Finally, it compiles your source file.
When ORCA/C starts, it begins by processing any command line parameters. Next, it looks for a file called defaults.h in the ORCACDefs folder. Finally, it compiles your source file.
When ORCA/C looks for the defaults.h file, it behaves almost as if your program had started with the line