From f4b099300782c5ac3a8a440d0876d79c944086a5 Mon Sep 17 00:00:00 2001 From: Stephen Heumann Date: Mon, 17 Jan 2022 18:27:39 -0600 Subject: [PATCH] Specify correct location for the default .h file. --- cc.notes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cc.notes b/cc.notes index 9bb1d32..67cac51 100644 --- a/cc.notes +++ b/cc.notes @@ -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