/* ********************************************** Compiler options * (uncommented | command line) * ------------------------------------------------* Clasic C (CC) default #define ANSI ansi-c, c++ #define DOS_C #define HAVE_STRING_H <string.h> #define HAVE_DIRENT_H <dirent.h> #define HAVE_SYS_NDIR_H <sys/ndir.h> #define HAVE_SYS_DIR_H <sys/dir.h> #define HAVE_NDIR_H <dir.h> #define WIN32 #define KPATHSEA #define BCC32 bordland c++ *************************************************
For instance,
cc -o tex4ht tex4ht.c -DENVFILE='"path/tex4ht.dir/tex4ht.env"' -DHTFDIR='"path/tex4ht.dir"' -DHAVE_DIRENT_H
The environment variable ENVFILE is available also in `t4ht.c'. Use a command similar to the following one for the compilation.
cc -o t4ht t4ht.c -DENVFILE='"gold/tex4ht.dir/tex4ht.env"'