From b961c0f1f6a51ff3e62a67c8e1304c1c347bf674 Mon Sep 17 00:00:00 2001 From: jesusc Date: Mon, 3 Nov 2003 18:52:17 +0000 Subject: [PATCH] Added MSVC projects for hc08 assembler and linker git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2987 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- all.dsp | 56 +++++++ as/hc08/as_hc08.dsp | 158 +++++++++++++++++++ as/hc08/link_hc08.dsp | 353 ++++++++++++++++++++++++++++++++++++++++++ config.dsp | 3 + sdcc.dsw | 30 ++++ 5 files changed, 600 insertions(+) create mode 100644 as/hc08/as_hc08.dsp create mode 100644 as/hc08/link_hc08.dsp diff --git a/all.dsp b/all.dsp index 39f22428..fc0e9cd6 100644 --- a/all.dsp +++ b/all.dsp @@ -90,6 +90,34 @@ InputPath=".\bin_vc\as-gbz80.exe" # End Source File # Begin Source File +SOURCE=".\bin_vc\as-hc08.exe" + +!IF "$(CFG)" == "all - Win32 Release" + +# Begin Custom Build +InputPath=.\bin_vc\as-hc08.exe + +"bin\as-hc08.exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + copy bin_vc\as-hc08.exe bin /y > nul + +# End Custom Build + +!ELSEIF "$(CFG)" == "all - Win32 Debug" + +# PROP Ignore_Default_Tool 1 +# Begin Custom Build +InputPath=.\bin_vc\as-hc08.exe + +"bin\as-hc08.exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + copy bin_vc\as-hc08.exe bin /y > nul + +# End Custom Build + +!ENDIF + +# End Source File +# Begin Source File + SOURCE=".\bin_vc\as-z80.exe" !IF "$(CFG)" == "all - Win32 Release" @@ -206,6 +234,34 @@ InputPath=".\bin_vc\link-gbz80.exe" # End Source File # Begin Source File +SOURCE=".\bin_vc\link-hc08.exe" + +!IF "$(CFG)" == "all - Win32 Release" + +# Begin Custom Build +InputPath=.\bin_vc\link-hc08.exe + +".\bin\link-hc08.exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + copy bin_vc\link-hc08.exe bin /y > nul + +# End Custom Build + +!ELSEIF "$(CFG)" == "all - Win32 Debug" + +# PROP Ignore_Default_Tool 1 +# Begin Custom Build +InputPath=.\bin_vc\link-hc08.exe + +".\bin\link-hc08.exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" + copy bin_vc\link-hc08.exe bin /y > nul + +# End Custom Build + +!ENDIF + +# End Source File +# Begin Source File + SOURCE=".\bin_vc\link-z80.exe" !IF "$(CFG)" == "all - Win32 Release" diff --git a/as/hc08/as_hc08.dsp b/as/hc08/as_hc08.dsp new file mode 100644 index 00000000..b7c2a2f7 --- /dev/null +++ b/as/hc08/as_hc08.dsp @@ -0,0 +1,158 @@ +# Microsoft Developer Studio Project File - Name="as_hc08" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=as_hc08 - 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 "as_hc08.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 "as_hc08.mak" CFG="as_hc08 - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "as_hc08 - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "as_hc08 - 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)" == "as_hc08 - 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 Ignore_Export_Lib 0 +# 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 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /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 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 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 /out:"..\..\bin_vc\as-hc08.exe" + +!ELSEIF "$(CFG)" == "as_hc08 - 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 Ignore_Export_Lib 0 +# 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 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /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 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 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 /out:"..\..\bin_vc\as-hc08.exe" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "as_hc08 - Win32 Release" +# Name "as_hc08 - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\asdata.c +# End Source File +# Begin Source File + +SOURCE=.\asexpr.c +# End Source File +# Begin Source File + +SOURCE=.\aslex.c +# End Source File +# Begin Source File + +SOURCE=.\aslist.c +# End Source File +# Begin Source File + +SOURCE=.\asmain.c +# End Source File +# Begin Source File + +SOURCE=.\asnoice.c +# End Source File +# Begin Source File + +SOURCE=.\asout.c +# End Source File +# Begin Source File + +SOURCE=.\asstore.c +# End Source File +# Begin Source File + +SOURCE=.\assubr.c +# End Source File +# Begin Source File + +SOURCE=.\assym.c +# End Source File +# Begin Source File + +SOURCE=.\m08adr.c +# End Source File +# Begin Source File + +SOURCE=.\m08ext.c +# End Source File +# Begin Source File + +SOURCE=.\m08mch.c +# End Source File +# Begin Source File + +SOURCE=.\m08pst.c +# End Source File +# Begin Source File + +SOURCE=.\strcmpi.c +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/as/hc08/link_hc08.dsp b/as/hc08/link_hc08.dsp new file mode 100644 index 00000000..19aa97be --- /dev/null +++ b/as/hc08/link_hc08.dsp @@ -0,0 +1,353 @@ +# Microsoft Developer Studio Project File - Name="link_hc08" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Console Application" 0x0103 + +CFG=link_hc08 - 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 "link_hc08.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 "link_hc08.mak" CFG="link_hc08 - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "link_hc08 - Win32 Release" (based on "Win32 (x86) Console Application") +!MESSAGE "link_hc08 - 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)" == "link_hc08 - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "link_hc08___Win32_Release" +# PROP BASE Intermediate_Dir "link_hc08___Win32_Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "Release" +# PROP Intermediate_Dir "Release" +# PROP Ignore_Export_Lib 0 +# 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 0x409 /d "NDEBUG" +# ADD RSC /l 0x409 /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 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 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 /out:"..\..\bin_vc\link-hc08.exe" + +!ELSEIF "$(CFG)" == "link_hc08 - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "link_hc08___Win32_Debug" +# PROP BASE Intermediate_Dir "link_hc08___Win32_Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "Debug" +# PROP Intermediate_Dir "Debug" +# PROP Ignore_Export_Lib 0 +# 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 0x409 /d "_DEBUG" +# ADD RSC /l 0x409 /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 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 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 /out:"..\..\bin_vc\link-hc08.exe" /pdbtype:sept + +!ENDIF + +# Begin Target + +# Name "link_hc08 - Win32 Release" +# Name "link_hc08 - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=.\lkaomf51.c + +!IF "$(CFG)" == "link_hc08 - Win32 Release" + +# PROP Intermediate_Dir "Release" + +!ELSEIF "$(CFG)" == "link_hc08 - Win32 Debug" + +# PROP Intermediate_Dir "Debug" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\lkarea.c + +!IF "$(CFG)" == "link_hc08 - Win32 Release" + +# PROP Intermediate_Dir "Release" + +!ELSEIF "$(CFG)" == "link_hc08 - Win32 Debug" + +# PROP Intermediate_Dir "Debug" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\lkdata.c + +!IF "$(CFG)" == "link_hc08 - Win32 Release" + +# PROP Intermediate_Dir "Release" + +!ELSEIF "$(CFG)" == "link_hc08 - Win32 Debug" + +# PROP Intermediate_Dir "Debug" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\lkeval.c + +!IF "$(CFG)" == "link_hc08 - Win32 Release" + +# PROP Intermediate_Dir "Release" + +!ELSEIF "$(CFG)" == "link_hc08 - Win32 Debug" + +# PROP Intermediate_Dir "Debug" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\lkhead.c + +!IF "$(CFG)" == "link_hc08 - Win32 Release" + +# PROP Intermediate_Dir "Release" + +!ELSEIF "$(CFG)" == "link_hc08 - Win32 Debug" + +# PROP Intermediate_Dir "Debug" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\lkihx.c + +!IF "$(CFG)" == "link_hc08 - Win32 Release" + +# PROP Intermediate_Dir "Release" + +!ELSEIF "$(CFG)" == "link_hc08 - Win32 Debug" + +# PROP Intermediate_Dir "Debug" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\lklex.c + +!IF "$(CFG)" == "link_hc08 - Win32 Release" + +# PROP Intermediate_Dir "Release" + +!ELSEIF "$(CFG)" == "link_hc08 - Win32 Debug" + +# PROP Intermediate_Dir "Debug" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\lklibr.c + +!IF "$(CFG)" == "link_hc08 - Win32 Release" + +# PROP Intermediate_Dir "Release" + +!ELSEIF "$(CFG)" == "link_hc08 - Win32 Debug" + +# PROP Intermediate_Dir "Debug" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\lklist.c + +!IF "$(CFG)" == "link_hc08 - Win32 Release" + +# PROP Intermediate_Dir "Release" + +!ELSEIF "$(CFG)" == "link_hc08 - Win32 Debug" + +# PROP Intermediate_Dir "Debug" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\lkmain.c + +!IF "$(CFG)" == "link_hc08 - Win32 Release" + +# PROP Intermediate_Dir "Release" + +!ELSEIF "$(CFG)" == "link_hc08 - Win32 Debug" + +# PROP Intermediate_Dir "Debug" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\lkmem.c + +!IF "$(CFG)" == "link_hc08 - Win32 Release" + +# PROP Intermediate_Dir "Release" + +!ELSEIF "$(CFG)" == "link_hc08 - Win32 Debug" + +# PROP Intermediate_Dir "Debug" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\lknoice.c + +!IF "$(CFG)" == "link_hc08 - Win32 Release" + +# PROP Intermediate_Dir "Release" + +!ELSEIF "$(CFG)" == "link_hc08 - Win32 Debug" + +# PROP Intermediate_Dir "Debug" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\lkrloc.c + +!IF "$(CFG)" == "link_hc08 - Win32 Release" + +# PROP Intermediate_Dir "Release" + +!ELSEIF "$(CFG)" == "link_hc08 - Win32 Debug" + +# PROP Intermediate_Dir "Debug" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\lks19.c + +!IF "$(CFG)" == "link_hc08 - Win32 Release" + +# PROP Intermediate_Dir "Release" + +!ELSEIF "$(CFG)" == "link_hc08 - Win32 Debug" + +# PROP Intermediate_Dir "Debug" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\lkstore.c + +!IF "$(CFG)" == "link_hc08 - Win32 Release" + +# PROP Intermediate_Dir "Release" + +!ELSEIF "$(CFG)" == "link_hc08 - Win32 Debug" + +# PROP Intermediate_Dir "Debug" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\lksym.c + +!IF "$(CFG)" == "link_hc08 - Win32 Release" + +# PROP Intermediate_Dir "Release" + +!ELSEIF "$(CFG)" == "link_hc08 - Win32 Debug" + +# PROP Intermediate_Dir "Debug" + +!ENDIF + +# End Source File +# Begin Source File + +SOURCE=.\strcmpi.c + +!IF "$(CFG)" == "link_hc08 - Win32 Release" + +# PROP Intermediate_Dir "Release" + +!ELSEIF "$(CFG)" == "link_hc08 - Win32 Debug" + +# PROP Intermediate_Dir "Debug" + +!ENDIF + +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# End Group +# Begin Group "Resource Files" + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# End Target +# End Project diff --git a/config.dsp b/config.dsp index 3a3fc230..0784e374 100644 --- a/config.dsp +++ b/config.dsp @@ -65,11 +65,13 @@ SOURCE=.\sdcc_vc_in.h !IF "$(CFG)" == "config - Win32 Release" +USERDEP__SDCC_=".version" # Begin Custom Build InputPath=.\sdcc_vc_in.h "sdcc_vc.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" gawk -f configure_vc.awk sdcc_vc_in.h > sdcc_vc.h + # End Custom Build !ELSEIF "$(CFG)" == "config - Win32 Debug" @@ -79,6 +81,7 @@ InputPath=.\sdcc_vc_in.h "sdcc_vc.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" gawk -f configure_vc.awk sdcc_vc_in.h > sdcc_vc.h + # End Custom Build !ENDIF diff --git a/sdcc.dsw b/sdcc.dsw index 31f9ada3..839ed16a 100644 --- a/sdcc.dsw +++ b/sdcc.dsw @@ -41,6 +41,12 @@ Package=<4> Begin Project Dependency Project_Dep_Name librarian End Project Dependency + Begin Project Dependency + Project_Dep_Name as_hc08 + End Project Dependency + Begin Project Dependency + Project_Dep_Name link_hc08 + End Project Dependency }}} ############################################################################### @@ -57,6 +63,18 @@ Package=<4> ############################################################################### +Project: "as_hc08"=.\as\hc08\as_hc08.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + Project: "as_z80"=.\as\as_z80.dsp - Package Owner=<4> Package=<5> @@ -210,6 +228,18 @@ Package=<4> ############################################################################### +Project: "link_hc08"=.\as\hc08\link_hc08.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + Project: "linkgbz80"=.\link\z80\linkgbz80.dsp - Package Owner=<4> Package=<5> -- 2.30.2