~ubuntu-branches/ubuntu/utopic/cccc/utopic

« back to all changes in this revision

Viewing changes to pccts/MPW_Read_Me

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2003-08-23 04:34:05 UTC
  • Revision ID: james.westby@ubuntu.com-20030823043405-xnzd3mn3hwtvi6dr
Tags: upstream-3.pre81
ImportĀ upstreamĀ versionĀ 3.pre81

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
1. You can control the creator type of generated files by changing a value of
 
3
   #if control statement.
 
4
 
 
5
 
 
6
   pccts:h:pcctscfg.h
 
7
 
 
8
   line 225-231
 
9
 
 
10
        #if 0
 
11
        #define MAC_FILE_CREATOR 'MPS '   /* MPW Text files */
 
12
        #endif
 
13
        #if 0
 
14
        #define MAC_FILE_CREATOR 'KAHL'   /* THINK C/Symantec C++ Text files */
 
15
        #endif
 
16
        #if 0
 
17
        #define MAC_FILE_CREATOR 'CWIE'   /* Metrowerks C/C++ Text files */
 
18
        #endif
 
19
 
 
20
2.  If you want to build 68K version. You must convert all source files to Macintosh
 
21
    format before compile.