mirror of
https://github.com/open-simh/simtools.git
synced 2026-01-31 13:53:14 +00:00
Add default extensions to .include, .library
This commit is contained in:
@@ -502,6 +502,7 @@ O 75 .endc
|
||||
return 0;
|
||||
}
|
||||
|
||||
name = defext (name, "MAC");
|
||||
my_searchenv(name, "INCLUDE", hitfile, sizeof(hitfile));
|
||||
|
||||
if (hitfile[0] == '\0') {
|
||||
@@ -569,6 +570,7 @@ O 75 .endc
|
||||
char hitfile[FILENAME_MAX];
|
||||
char *name = getstring_fn(cp, &cp);
|
||||
|
||||
name = defext (name, "MLB");
|
||||
my_searchenv(name, "MCALL", hitfile, sizeof(hitfile));
|
||||
|
||||
if (hitfile[0]) {
|
||||
|
||||
Reference in New Issue
Block a user