Added defaults for M2COMPILER and DEF_DIR
This commit is contained in:
parent
b2b79edc42
commit
49c5c36362
2 changed files with 8 additions and 0 deletions
|
@ -41,6 +41,10 @@ is_library_dir(d)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef DEF_DIR
|
||||||
|
#define DEF_DIR "lib/m2"
|
||||||
|
#endif
|
||||||
|
|
||||||
init_lib()
|
init_lib()
|
||||||
{
|
{
|
||||||
extern char *strcat();
|
extern char *strcat();
|
||||||
|
|
|
@ -73,6 +73,10 @@ getwdir(fn)
|
||||||
|
|
||||||
static struct file_list *arglist;
|
static struct file_list *arglist;
|
||||||
|
|
||||||
|
#ifndef M2COMPILER
|
||||||
|
#define M2COMPILER "m2"
|
||||||
|
#endif
|
||||||
|
|
||||||
char *mflags = "";
|
char *mflags = "";
|
||||||
char *compiler = M2COMPILER;
|
char *compiler = M2COMPILER;
|
||||||
char *suff = "o";
|
char *suff = "o";
|
||||||
|
|
Loading…
Add table
Reference in a new issue