]> git.proxmox.com Git - mirror_edk2.git/blob - Tools/CCode/Source/Pccts/MPW_Read_Me
More moves for Tool Packages
[mirror_edk2.git] / Tools / CCode / Source / Pccts / MPW_Read_Me
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.