Added defaults for M2COMPILER and DEF_DIR
This commit is contained in:
parent
b2b79edc42
commit
49c5c36362
|
@ -41,6 +41,10 @@ is_library_dir(d)
|
|||
return 0;
|
||||
}
|
||||
|
||||
#ifndef DEF_DIR
|
||||
#define DEF_DIR "lib/m2"
|
||||
#endif
|
||||
|
||||
init_lib()
|
||||
{
|
||||
extern char *strcat();
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue