Fix misc errors. Remove SDL and FreeType libraries from vars_win32.

This commit is contained in:
Christopher Mason 2014-04-03 21:04:18 +00:00
parent 408c0453d1
commit ce9d39b004
4 changed files with 4 additions and 3 deletions

View File

@ -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;

View File

@ -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
}

View File

@ -22,6 +22,7 @@
#include "defc.h"
#include "scc.h"
#include "imagewriter.h"
extern Scc scc_stat[2];
extern int g_vbl_count;

View File

@ -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 =