Unix/timer_unix.cpp was also being compiled with the wrong sysdeps.h (the one from the Unix directory)
I was compiling ../Unix/sys_unix.cpp, but that meant the compiler was pulling in ../Unix/sysdeps.h that did not define loff_t. So, I now generate and compile a symlink to that file instead
Make cpuemu[1-8].cpp if a for loop, a few minor corrections
Corrected dependency for non-ide building (makefile was not generating cpuemu*.cpp)
Change required for GCC 3.1 (stdc++ library needed in C++ program link), general tidy-up (now use G++ to compile several files at once for gencpu)
New script to generate symlinks, remove any symlink generation from Makefile, Makefile now generates 8 wrappers for cpuemu.cpp to slightly improve compile time, added the 8 wrappers to the Project Builder file, updated doco
Added BasiliskII.icns (needed to build the application), and a rule to generate it (empty file) if the developer doesn't supply an icon
Add Project builder and resource directories
Initial revision of Mac OS X port code. Uses Objective-C++. Needs Mac OS 10.1
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.