Browse Subversion Repository
Contents of /trunk/compiler/000.txt
Parent Directory
| Revision Log
Revision 1 -
( show annotations)
( download)
Wed Aug 3 10:14:23 2011 UTC
(12 years, 8 months ago)
by kaityo
File MIME type: text/plain
File size: 511 byte(s)
First commit
| 1 |
2005/10/11 |
| 2 |
・新しいゲートの追加方法 |
| 3 |
・まず、 /calcunits/QC_??.cppを作って追加する。 |
| 4 |
・QCompiler.cppの const QCompiler::QGATES QCompiler::qgates[] に追加。 |
| 5 |
・QCompiler.hのtypedef enum _commandnumberに、対応する順番に追加 |
| 6 |
・QCalcUnit * |
| 7 |
QCompilerCntl::AllocateControl(const unsigned int index) |
| 8 |
に動作を追加。 |
| 9 |
・qclib のmakefileに追加 |
| 10 |
|
| 11 |
2005/05/18 |
| 12 |
コンパイルオプション |
| 13 |
|
| 14 |
% g++ qcctmp.cpp -I../qclib -I../calcunits ../qclib/qclib.a |
| 15 |
|
| 16 |
まずはqclib.a にQCalcUnitsをすべてリンクする。 |
| 17 |
→した |
|