Artifact d3e92e5a69c7e9d220c09d5e080389db92a48bfd:
- File Makefile — part of check-in [d3252d7488] at 2010-07-09 16:23:38 on branch ttmrichter — Started the process of modifying the build system to permit more flexible and reliable cross-platform support. Currently the build system is set up for Linux (GCC or CLANG as the compiler) and for MinGW32 (GCC as the compiler). Of these, only the Linux builds have been tested so far and confirmed to work as expected. The way to use this new system is as follows: make Builds the default platform and compiler (linux and gcc). PLATFORM=mingw32 make Builds the mingw32 build (untested!) using the default compiler (gcc). COMPILER=clang make Builds the default platform (linux) using the clang compiler. Other platform and compiler fragment files can be added in the ./make directory based on the models already there. (user: michael size: 2082)
A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.