Artifact 1897f61ecb815872cd236dcf74384e497ffc3172:
- File make/linux-fragment.mk — 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: 443)
A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.