source: dev/trunk/ab5.0/abdev/BasicCompiler64/stdafx.h@ 463

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

[461]を64bit版にマージ。

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