lotus

previous page: 6.4: GNO with ORCA: Where should my C header files go?
  
page up: comp.sys.apple2. gno FAQ
  
next page: 6.6: GNO with ORCA: What header file modifications are necessary?

6.5: GNO with ORCA: What goes in the 13/orcacdefs/defaults.h file?




Description

This article is from the Apple II GNO FAQ, by Devin Reade with numerous contributions by others.

6.5: GNO with ORCA: What goes in the 13/orcacdefs/defaults.h file?

    A#6.5:	=== See the CAVEAT in Q#6.1 ===

There are two versions of this file, one for GNO and one for
ORCA/Shell.  For GNO, the /lib/orcacdefs/defaults.h file should
contain:

	#define __appleiigs__
	#define __GNO__
	#pragma path "/usr/include"
	#pragma path "/HFSinclude"	/* needed for GNO v2.0.6 */
	#pragma path "/lang/orca/libraries/orcacdefs"

(See Q#11.11 regarding a problem with using the "path" pragma.)

For ORCA/Shell, the /lang/orca/libraries/orcacdefs/defaults.h
file should contain:

	#define __appleiigs__
    

 

Continue to:













TOP
previous page: 6.4: GNO with ORCA: Where should my C header files go?
  
page up: comp.sys.apple2. gno FAQ
  
next page: 6.6: GNO with ORCA: What header file modifications are necessary?