Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!batcomputer!munnari.oz.au!murtoa.cs.mu.oz.au!rob From: rob@cs.mu.oz.au (Robert Wallen) Newsgroups: comp.sys.mac.programmer Subject: Question for THINK C gurus Message-ID: <3142@murtoa.cs.mu.oz.au> Date: 31 Mar 91 08:21:57 GMT Organization: Comp Sci, Melbourne Uni, Australia Lines: 11 I can tell whether a source file is being compiled with MPW or Think-C by checking the defined(MPW) vs defined(THINK_C) pre-processor directives. If I am using Think-C, is there some way I can tell which mode of object is being produced? i.e. is there some sort of #if defined(APPL) || defined(DESKACC) || defined(DRIVER) || defined(RSRC) #endif that lets me know whats selected in the Project Type window? Page 442 of the Think manual would lead me to believe not but I can always hope???