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
Line 
1#pragma once
2
3#include <map>
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>
16#include <iostream>
17
18//boost libraries
19#include <boost/foreach.hpp>
20
21#include <jenga/include/common/String.h>
22#include <jenga/include/common/File.h>
23#include <jenga/include/common/CmdLine.h>
24#include <jenga/include/common/Path.h>
25
26#include "../BasicCompiler_Common/common.h"
27#include "../BasicCompiler_Common/BasicFixed.h"
28
29#include <Hashmap.h>
30#include <Program.h>
31#include <Compiler.h>
Note: See TracBrowser for help on using the repository browser.