1 |
#include "compiler.h" |
#include "compiler.h" |
2 |
|
|
3 |
/* #define COMPILER_DEBUG */ |
/* #define COMPILER_DEBUG */ |
4 |
/* #define BINTOKEN_DEBUG */ |
#define BINTOKEN_DEBUG |
5 |
|
|
6 |
extern "C"{ |
extern "C"{ |
7 |
#include <ascend/compiler/compiler.h> |
#include <ascend/compiler/compiler.h> |
75 |
CONSOLE_DEBUG("SETUP BINTOKENS..."); |
CONSOLE_DEBUG("SETUP BINTOKENS..."); |
76 |
#endif |
#endif |
77 |
BinTokenSetOptions(bt_srcname.c_str(), bt_objname.c_str(), bt_libname.c_str() |
BinTokenSetOptions(bt_srcname.c_str(), bt_objname.c_str(), bt_libname.c_str() |
78 |
, bt_cmd.c_str(), bt_rm.c_str(), 1000, 1, 0 |
, bt_cmd.c_str(), bt_rm.c_str(), 1000/*maxrels*/, 1/*verbose*/, 0/*housekeep*/ |
79 |
); |
); |
80 |
|
|
81 |
#ifdef BINTOKEN_DEBUG |
#ifdef BINTOKEN_DEBUG |