Changeset 457 in dev for trunk/ab5.0/abdev/BasicCompiler32


Ignore:
Timestamp:
Mar 23, 2008, 1:24:09 AM (16 years ago)
Author:
dai_9181
Message:

コマンドライン解析モジュールをリファクタリング。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler32/stdafx.h

    r353 r457  
    1414#include <limits.h>
    1515#include <shlobj.h>
     16#include <iostream>
    1617
    1718//boost libraries
     
    2021#include <jenga/include/common/String.h>
    2122#include <jenga/include/common/File.h>
     23#include <jenga/include/common/CmdLine.h>
    2224
    2325#include "../BasicCompiler_Common/common.h"
Note: See TracChangeset for help on using the changeset viewer.