mirror of
https://github.com/david-schmidt/gsport.git
synced 2026-04-21 09:18:04 +00:00
Fix misc errors. Remove SDL and FreeType libraries from vars_win32.
This commit is contained in:
+1
-1
@@ -2163,7 +2163,7 @@ extern "C" void imagewriter_loop(Bit8u pchar, int port)
|
||||
defaultImagewriter->printChar(pchar);
|
||||
}
|
||||
|
||||
extern "C" void imagewriter_close(int port)
|
||||
extern "C" void imagewriter_close()
|
||||
{
|
||||
delete defaultImagewriter;
|
||||
defaultImagewriter = NULL;
|
||||
|
||||
+1
-1
@@ -302,7 +302,7 @@ extern "C"
|
||||
#endif
|
||||
void imagewriter_init(int pdpi, int pwidth, int pheight, char* poutput, bool mpage, int port);
|
||||
void imagewriter_loop(Bit8u pchar,int port);
|
||||
void imagewriter_close(int port);
|
||||
void imagewriter_close();
|
||||
void imagewriter_feed(int port);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
|
||||
#include "defc.h"
|
||||
#include "scc.h"
|
||||
#include "imagewriter.h"
|
||||
extern Scc scc_stat[2];
|
||||
extern int g_vbl_count;
|
||||
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ CCOPTS = -O2 -DGSPORT_LITTLE_ENDIAN -DHAVE_TFE -DWIN_SOUND -DTOGGLE_STATUS
|
||||
CPPOPTS = -O2 -DGSPORT_LITTLE_ENDIAN -DHAVE_TFE -DTOGGLE_STATUS
|
||||
SUFFIX = ".exe"
|
||||
NAME = gsport
|
||||
EXTRA_LIBS = -lSDL -lfreetype -lcomdlg32 -lShlwapi
|
||||
EXTRA_LIBS = -lcomdlg32 -lShlwapi
|
||||
|
||||
XOPTS = -Wall -fomit-frame-pointer -march=pentium
|
||||
XLIBS =
|
||||
|
||||
Reference in New Issue
Block a user