OpenCores
URL https://opencores.org/ocsvn/forwardcom/forwardcom/trunk

Subversion Repositories forwardcom

[/] [forwardcom/] [bintools/] [stdafx.h] - Blame information for rev 38

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 38 Agner
/****************************    stdafx.h    ***********************************
2
* Author:        Agner Fog
3
* Date created:  2017-04-17
4
* Last modified: 2021-05-08
5
* Version:       1.11
6
* Project:       Binary tools for ForwardCom instruction set
7
* Module:        stdafx.h
8
* Description:
9
* Header file for ForwardCom tools
10
*
11
* Copyright 2017-2021 GNU General Public License http://www.gnu.org/licenses
12
*****************************************************************************/
13
 
14
#pragma once
15
 
16
// for Microsoft Visual Studio only:
17
#ifdef _MSC_VER
18
#include "targetver.h"
19
#define _CRT_SECURE_NO_WARNINGS        // disable warnings in Visual Studio
20
#define _CRT_SECURE_NO_DEPRECATE
21
#include <io.h>
22
#include <fcntl.h>
23
#include <sys/stat.h>
24
#include <conio.h>
25
#endif
26
 
27
// for all compilers:
28
#include <stdio.h>
29
#include <stdint.h>
30
#include <string.h>
31
#include <stdlib.h>
32
#include <ctype.h>
33
#include <time.h>
34
#include <math.h>  // to do: replace with <cmath>
35
 
36
#include "maindef.h"
37
#include "elf_forwardcom.h"
38
#include "error.h"
39
#include "containers.h"
40
#include "cmdline.h"
41
#include "converters.h"
42
#include "disassem.h"
43
#include "assem.h"
44
#include "library.h"
45
#include "linker.h"
46
#include "emulator.h"
47
#include "system_functions.h"

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.