/* * Remove the WINDOWS flag when using MACINTOSH */ #ifdef MACINTOSH # ifdef WINDOWS # undef WINDOWS # endif #endifIt will usually be after the "Remove the MSDOS flag when using WINDOWS" codeblock. If it is not there, add it in.
) you should be able to open the project file from the ext-mac file directly. If you are running CodeWarrior, you may need to construct the project file manually. Here are instructions on how to do this. Once this is done, you should compare the files in the src directory to the files in the project file. There may be additional files that need to be included in the project file, and some files may have different names in the src directory than in the project file. One common example is in some variants load1.c and load2.c are replaced by a single load.c for the variant. Note that the only main*.c file needed is main-mac.c, and readdib.c and randmain.c (really any *.c file with a main function) aren't used by the mac compilation.Return to my Home Page