/[ascend]/trunk/pygtk/compiler.cpp
ViewVC logotype

Diff of /trunk/pygtk/compiler.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2044 by jpye, Wed Apr 29 03:38:10 2009 UTC revision 2045 by jpye, Sun Jun 14 03:14:26 2009 UTC
# Line 23  Compiler::Compiler(){ Line 23  Compiler::Compiler(){
23      bt_srcname = bt_targetstem + ".c";      bt_srcname = bt_targetstem + ".c";
24      bt_objname = bt_targetstem + ".o";      bt_objname = bt_targetstem + ".o";
25      bt_libname = bt_targetstem + ".so";      bt_libname = bt_targetstem + ".so";
26      bt_cmd = "cd ~/ascend/base/generic/lib && make BTTARGET="      bt_cmd = "cd ~/ascend/ascend/bintokens && "
27          + bt_targetstem + " BTINCLUDES=~/ascend/base/generic/lib -f ~/ascend/base/generic/lib/Makefile.bt "          "make -f ~/ascend/ascend/bintokens/Makefile"
28          + bt_targetstem;          " ASCBT_TARGET=" + bt_libname;
29      bt_rm = "/bin/rm";      bt_rm = "/bin/rm";
30  }  }
31    

Legend:
Removed from v.2044  
changed lines
  Added in v.2045

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22