home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-06-02 | 767 b | 35 lines | [TEXT/KAHL] |
- /*
- File: CompileFlags.h
-
- Contains: Compile flags.
-
- Refer to develop Issue 15, "Managing Component Registration",
- for details on this code.
-
- Written by: Gary Woodcock
-
- Copyright: © 1993 by Apple Computer, Inc.
-
- Change History (most recent first):
-
- */
-
- //-----------------------------------------------------------------------
-
- #ifndef _COMPILEFLAGS_
- #define _COMPILEFLAGS_
-
- //-----------------------------------------------------------------------
- // Flags
-
- // Comment out these flags when building standalone
-
- #define BUILD_LINKED // Use this flag to build linked code resources
-
- //-----------------------------------------------------------------------
-
- #endif _COMPILEFLAGS_
-
- //-----------------------------------------------------------------------
-
-