Ignore:
Timestamp:
Dec 11, 2006, 3:07:59 AM (17 years ago)
Author:
dai_9181
Message:

LexicalAnalysisを廃止。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/BasicCompiler.h

    r14 r15  
    1 #include "common.h"
     1#include "../BasicCompiler_Common/common.h"
    22
    33LPSTR BasicFileFilter="プログラム ファイル(*.ab;*.bas;*.abp;*.sbp)\0*.ab;*.bas;*.abp;*sbp\0テキスト ファイル(*.txt)\0*.txt\0すべてのファイル(*.*)\0*\0\0";
     
    8383BOOL bDll;
    8484
     85char *basbuf;
     86char *pBaseBuffer;
     87
    8588char BasicSystemDir[MAX_PATH];  //BasicCompiler.exeが存在するディレクトリ
    8689char BasicCurDir[MAX_PATH];     //コンパイルするファイルが存在するディレクトリ
Note: See TracChangeset for help on using the changeset viewer.