- solo: e.g. the bc584 directory (for Borland C/C++ 5.84) contained the single makefile makefile
- multi-os, e.g. the gcc34 directory (for GCC 3.4) contained the makefiles makefile.unix (for UNIX) and makefile.win32 (for Windows)
- multi-arch, e.g. the vc8_x64 directory (for Visual C++ 8 (x64)) contained the makefile makefile (for 64-bit Windows)
This has all changed now, and all projects will eventually adopt the new form, which is:
- solo: e.g. the bc584 directory contains the single makefile makefile
- multi-os, e.g. the gcc34.unix directory contains the makefile makefile, and the gcc34.win32 contains the makefile makefile
- multi-arch, e.g. the vc8.x64 directory contains the makefile makefile
No comments:
Post a Comment