Skip to content
Snippets Groups Projects
Commit 5a4a92e3 authored by deuce's avatar deuce
Browse files

Integrate conio object into the build.

parent b9a47513
No related branches found
No related tags found
No related merge requests found
......@@ -597,6 +597,9 @@ static BOOL js_init(char** environ)
if(js_CreateUifcObject(js_cx, js_glob)==NULL)
return(FALSE);
if(js_CreateConioObject(js_cx, js_glob)==NULL)
return(FALSE);
return(TRUE);
}
......
......@@ -223,7 +223,8 @@ MAKEUSER_OBJS = \
JSEXEC_OBJS = \
$(MTOBJODIR)$(DIRSEP)jsexec$(OFILE) \
$(MTOBJODIR)$(DIRSEP)js_uifc$(OFILE)
$(MTOBJODIR)$(DIRSEP)js_uifc$(OFILE) \
$(MTOBJODIR)$(DIRSEP)js_conio$(OFILE)
SEXYZ_OBJS = \
$(MTOBJODIR)$(DIRSEP)sexyz$(OFILE) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment