mirror of
https://github.com/david-schmidt/gsport.git
synced 2025-08-15 09:27:35 +00:00
Buildable on Linux
This commit is contained in:
@@ -5,6 +5,8 @@ OBJECTS1 = adb.o clock.o config.o dis.o engine_c.o scc.o iwm.o \
|
|||||||
sound.o sound_driver.o video.o scc_socket_driver.o scc_windriver.o \
|
sound.o sound_driver.o video.o scc_socket_driver.o scc_windriver.o \
|
||||||
scc_macdriver.o
|
scc_macdriver.o
|
||||||
|
|
||||||
|
OBJECTS2 = tfe/tfe.o tfe/tfesupp.o tfe/arch/win32/tfearch.o
|
||||||
|
|
||||||
include vars
|
include vars
|
||||||
|
|
||||||
.SUFFIXES: .dep .proto
|
.SUFFIXES: .dep .proto
|
||||||
|
@@ -24,6 +24,10 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
|
|
||||||
|
#ifdef HAVE_TFE
|
||||||
|
#include "protos_tfe.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined (WIN32) || (WIN64)
|
#if defined (WIN32) || (WIN64)
|
||||||
#define snprintf _snprintf
|
#define snprintf _snprintf
|
||||||
typedef unsigned int mode_t;
|
typedef unsigned int mode_t;
|
||||||
|
@@ -23,6 +23,10 @@ const char rcsid_moremem_c[] = "@(#)$KmKId: moremem.c,v 1.251 2004-11-19 01:55:5
|
|||||||
|
|
||||||
#include "defc.h"
|
#include "defc.h"
|
||||||
|
|
||||||
|
#ifdef HAVE_TFE
|
||||||
|
#include "protos_tfe.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
extern char g_kegs_version_str[];
|
extern char g_kegs_version_str[];
|
||||||
|
|
||||||
extern byte *g_memory_ptr;
|
extern byte *g_memory_ptr;
|
||||||
|
@@ -26,6 +26,9 @@ const char rcsid_sim65816_c[] = "@(#)$KmKId: sim65816.c,v 1.367 2004-11-22 02:39
|
|||||||
#define INCLUDE_RCSID_C
|
#define INCLUDE_RCSID_C
|
||||||
#include "defc.h"
|
#include "defc.h"
|
||||||
#undef INCLUDE_RCSID_C
|
#undef INCLUDE_RCSID_C
|
||||||
|
#ifdef HAVE_TFE
|
||||||
|
#include "protos_tfe.h"
|
||||||
|
#endif
|
||||||
#ifdef HAVE_PARALLEL
|
#ifdef HAVE_PARALLEL
|
||||||
#include "printer.h"
|
#include "printer.h"
|
||||||
#endif
|
#endif
|
||||||
|
@@ -39,6 +39,8 @@
|
|||||||
#include "../defc.h"
|
#include "../defc.h"
|
||||||
#include "tfesupp.h"
|
#include "tfesupp.h"
|
||||||
|
|
||||||
|
#include "types.h"
|
||||||
|
#include "../protos_tfe.h"
|
||||||
|
|
||||||
/**/
|
/**/
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user