From 0e70c7f861ed41b86be891882d08cd0fa0530d55 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Wed, 4 Nov 2015 17:59:57 +0100 Subject: cleanups --- src/spc700/spcgen.c | 4 +-- src/spc700/spcgen.dsp | 88 -------------------------------------------------- src/spc700/spcgen.dsw | 29 ----------------- src/spc700/spcgen.ncb | Bin 41984 -> 0 bytes src/spc700/spcgen.opt | Bin 53760 -> 0 bytes src/spc700/spcgen.plg | 32 ------------------ 6 files changed, 2 insertions(+), 151 deletions(-) delete mode 100644 src/spc700/spcgen.dsp delete mode 100644 src/spc700/spcgen.dsw delete mode 100644 src/spc700/spcgen.ncb delete mode 100644 src/spc700/spcgen.opt delete mode 100644 src/spc700/spcgen.plg (limited to 'src/spc700') diff --git a/src/spc700/spcgen.c b/src/spc700/spcgen.c index 5a15bd7..3ac06d6 100644 --- a/src/spc700/spcgen.c +++ b/src/spc700/spcgen.c @@ -87,7 +87,7 @@ static char buff[1024]; void ot(char *format, ...) { - va_list valist=NULL; + va_list valist; int i, len; // notaz: stop me from leaving newlines in the middle of format string @@ -103,7 +103,7 @@ void ot(char *format, ...) // ot buffered void otb(char *format, ...) { - va_list valist=NULL; + va_list valist; int i, len; // notaz: stop me from leaving newlines in the middle of format string diff --git a/src/spc700/spcgen.dsp b/src/spc700/spcgen.dsp deleted file mode 100644 index a6bf264..0000000 --- a/src/spc700/spcgen.dsp +++ /dev/null @@ -1,88 +0,0 @@ -# Microsoft Developer Studio Project File - Name="spcgen" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=spcgen - Win32 Debug -!MESSAGE This is not a valid makefile. To build this project using NMAKE, -!MESSAGE use the Export Makefile command and run -!MESSAGE -!MESSAGE NMAKE /f "spcgen.mak". -!MESSAGE -!MESSAGE You can specify a configuration when running NMAKE -!MESSAGE by defining the macro CFG on the command line. For example: -!MESSAGE -!MESSAGE NMAKE /f "spcgen.mak" CFG="spcgen - Win32 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "spcgen - Win32 Release" (based on "Win32 (x86) Console Application") -!MESSAGE "spcgen - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "spcgen - Win32 Release" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 0 -# PROP BASE Output_Dir "Release" -# PROP BASE Intermediate_Dir "Release" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD BASE RSC /l 0x809 /d "NDEBUG" -# ADD RSC /l 0x809 /d "NDEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 - -!ELSEIF "$(CFG)" == "spcgen - Win32 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Debug" -# PROP Intermediate_Dir "Debug" -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD BASE RSC /l 0x809 /d "_DEBUG" -# ADD RSC /l 0x809 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept - -!ENDIF - -# Begin Target - -# Name "spcgen - Win32 Release" -# Name "spcgen - Win32 Debug" -# Begin Source File - -SOURCE=.\spcgen.c -# End Source File -# End Target -# End Project diff --git a/src/spc700/spcgen.dsw b/src/spc700/spcgen.dsw deleted file mode 100644 index 7b947fc..0000000 --- a/src/spc700/spcgen.dsw +++ /dev/null @@ -1,29 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00 -# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! - -############################################################################### - -Project: "spcgen"=.\spcgen.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Global: - -Package=<5> -{{{ -}}} - -Package=<3> -{{{ -}}} - -############################################################################### - diff --git a/src/spc700/spcgen.ncb b/src/spc700/spcgen.ncb deleted file mode 100644 index 22b2108..0000000 Binary files a/src/spc700/spcgen.ncb and /dev/null differ diff --git a/src/spc700/spcgen.opt b/src/spc700/spcgen.opt deleted file mode 100644 index 673f065..0000000 Binary files a/src/spc700/spcgen.opt and /dev/null differ diff --git a/src/spc700/spcgen.plg b/src/spc700/spcgen.plg deleted file mode 100644 index 8db8f5e..0000000 --- a/src/spc700/spcgen.plg +++ /dev/null @@ -1,32 +0,0 @@ - - -
-

Build Log

-

---------------------Configuration: spcgen - Win32 Debug-------------------- -

-

Command Lines

-Creating temporary file "C:\DOCUME~1\Dave\LOCALS~1\Temp\RSP2C.tmp" with contents -[ -/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/spcgen.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c -"C:\Downloads\squidgesnes0392src\squidgesnes\spc700\spcgen.c" -] -Creating command line "cl.exe @C:\DOCUME~1\Dave\LOCALS~1\Temp\RSP2C.tmp" -Creating temporary file "C:\DOCUME~1\Dave\LOCALS~1\Temp\RSP2E.tmp" with contents -[ -kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/spcgen.pdb" /debug /machine:I386 /out:"Debug/spcgen.exe" /pdbtype:sept -.\Debug\spcgen.obj -] -Creating command line "link.exe @C:\DOCUME~1\Dave\LOCALS~1\Temp\RSP2E.tmp" -

Output Window

-Compiling... -spcgen.c -Linking... - - - -

Results

-spcgen.exe - 0 error(s), 0 warning(s) -
- - -- cgit v1.2.3