Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
x02lucpo committed Apr 20, 2006
1 parent b12b42f commit a886acd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Compiler/Ceval.mo
Expand Up @@ -2601,8 +2601,8 @@ algorithm
libs_str = Util.stringDelimitList(libs, " ");
System.writeFile(libsfilename, libs_str);
s_call = Util.stringAppendList({"\"",omhome_1,pd,"bin",pd,"Compile","\""," ",fileprefix}) "\"\"\",cd_path,\"\"\",\" \", ,\" \",cit,file_dir,\" \",cit" ;
print(s_call);
print("<<<<<\n");
// print(s_call);
// print("<<<<<\n");
0 = System.systemCall(s_call) "> output.log 2>&1 = redirect stderr to stdout and put it in output.log print s_call & print \"\\n\" &" ;
then
();
Expand All @@ -2615,8 +2615,8 @@ algorithm
libsfilename = stringAppend(fileprefix, ".libs");
System.writeFile(libsfilename, libs_str);
s_call = Util.stringAppendList({command," ",fileprefix}) "cit,cd_path,cit,\" \", ,\" \",cit,file_dir,\" \",cit" ;
print(s_call);
print("<<<<<222\n");
// print(s_call);
// print("<<<<<222\n");
0 = System.systemCall(s_call) "> output.log 2>&1 = redirect stderr to stdout and put it in output.log print s_call & print \"\\n\" &" ;
then
();
Expand Down

0 comments on commit a886acd

Please sign in to comment.