source: dev/trunk/ab5.0/abdev/BasicCompiler32/stdafx.h@ 465

Last change on this file since 465 was 465, checked in by dai_9181, 16 years ago

Messenger/ErrorMessengerクラスを導入。SetError関数によるエラー生成を廃止した。

File size: 662 bytes
RevLine 
[215]1#pragma once
[214]2
[322]3#include <map>
[206]4#include <string>
5#include <vector>
6#include <fstream>
7
8#include <windows.h>
9#include <stdio.h>
10#include <string.h>
11#include <math.h>
12#include <commctrl.h>
13#include <time.h>
14#include <limits.h>
15#include <shlobj.h>
[457]16#include <iostream>
[206]17
18//boost libraries
19#include <boost/foreach.hpp>
20
[299]21#include <jenga/include/common/String.h>
[322]22#include <jenga/include/common/File.h>
[457]23#include <jenga/include/common/CmdLine.h>
[465]24#include <jenga/include/common/Path.h>
[299]25
[206]26#include "../BasicCompiler_Common/common.h"
[461]27#include "../BasicCompiler_Common/BasicFixed.h"
[288]28
[353]29#include <Hashmap.h>
30#include <Program.h>
[288]31#include <Compiler.h>
Note: See TracBrowser for help on using the repository browser.