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

Subversion Repositories forwardcom

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /forwardcom/bintools
    from Rev 37 to Rev 38
    Reverse comparison

Rev 37 → Rev 38

/stdafx.h
0,0 → 1,47
/**************************** stdafx.h ***********************************
* Author: Agner Fog
* Date created: 2017-04-17
* Last modified: 2021-05-08
* Version: 1.11
* Project: Binary tools for ForwardCom instruction set
* Module: stdafx.h
* Description:
* Header file for ForwardCom tools
*
* Copyright 2017-2021 GNU General Public License http://www.gnu.org/licenses
*****************************************************************************/
 
#pragma once
 
// for Microsoft Visual Studio only:
#ifdef _MSC_VER
#include "targetver.h"
#define _CRT_SECURE_NO_WARNINGS // disable warnings in Visual Studio
#define _CRT_SECURE_NO_DEPRECATE
#include <io.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <conio.h>
#endif
 
// for all compilers:
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include <time.h>
#include <math.h> // to do: replace with <cmath>
 
#include "maindef.h"
#include "elf_forwardcom.h"
#include "error.h"
#include "containers.h"
#include "cmdline.h"
#include "converters.h"
#include "disassem.h"
#include "assem.h"
#include "library.h"
#include "linker.h"
#include "emulator.h"
#include "system_functions.h"

powered by: WebSVN 2.1.0

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