Added defaults for M2COMPILER and DEF_DIR

This commit is contained in:
ceriel 1991-04-10 15:10:32 +00:00
parent b2b79edc42
commit 49c5c36362
2 changed files with 8 additions and 0 deletions

View file

@ -41,6 +41,10 @@ is_library_dir(d)
return 0;
}
#ifndef DEF_DIR
#define DEF_DIR "lib/m2"
#endif
init_lib()
{
extern char *strcat();

View file

@ -73,6 +73,10 @@ getwdir(fn)
static struct file_list *arglist;
#ifndef M2COMPILER
#define M2COMPILER "m2"
#endif
char *mflags = "";
char *compiler = M2COMPILER;
char *suff = "o";