• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..06-Nov-20127

MakefileH A D29-Aug-20119.2 KiB

readme.txtH A D04-May-2004698

readme.txt

1This Makefile works on most Unix platforms.  Although, by default, it
2runs gcc, by setting the CC macro, it runs with many C compilers.
3
4You can override the default build options by setting environment 
5variables of the same name as the corresponding macro: DMALLOC,
6SUPPORT_ACCESSIBILITY_CHECKS, SUPPORT_UTF16_ENCODINGS and
7SUPPORT_ASIAN_ENCODINGS.  
8
9$ DMALLOC=1 gmake
10
11Note this Makefile will only run with gmake.  But you should be able
12to easily locate a pre-built executable for your platform.
13
14To customize the location of output files or install locations, just
15edit the Makefile.  There are variable definitions for just about 
16everything, so you shouldn't have to alter the build rules.
17